/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorService.cpp | 89 AppOpsManager SensorService::sAppOpsManager; 104 SensorService::SensorService() in SensorService() function in android::SensorService 111 bool SensorService::initializeHmacKey() { in initializeHmacKey() 149 void SensorService::enableSchedFifoMode() { in enableSchedFifoMode() 157 void SensorService::onFirstRef() { in onFirstRef() 379 SensorService::~SensorService() { in ~SensorService() 675 void SensorService::disableAllSensors() { in disableAllSensors() 696 void SensorService::enableAllSensors() { in enableAllSensors() 897 bool SensorService::threadLoop() { in threadLoop() 1436 int SensorService::setOperationParameter( in setOperationParameter() [all …]
|
H A D | SensorDirectConnection.cpp | 29 SensorService::SensorDirectConnection::SensorDirectConnection(const sp<SensorService>& service, in SensorDirectConnection() 40 SensorService::SensorDirectConnection::~SensorDirectConnection() { in ~SensorDirectConnection() 45 void SensorService::SensorDirectConnection::destroy() { in destroy() 61 void SensorService::SensorDirectConnection::onFirstRef() { in onFirstRef() 114 bool SensorService::SensorDirectConnection::hasSensorAccess() const { in hasSensorAccess() 118 status_t SensorService::SensorDirectConnection::enableDisable( in enableDisable() 130 status_t SensorService::SensorDirectConnection::setEventRate( in setEventRate() 138 status_t SensorService::SensorDirectConnection::flush() { in flush() 213 void SensorService::SensorDirectConnection::capRates() { in capRates() 251 void SensorService::SensorDirectConnection::uncapRates() { in uncapRates() [all …]
|
H A D | SensorEventConnection.cpp | 39 SensorService::SensorEventConnection::SensorEventConnection( in SensorEventConnection() 56 SensorService::SensorEventConnection::~SensorEventConnection() { in ~SensorEventConnection() 65 void SensorService::SensorEventConnection::destroy() { in destroy() 69 void SensorService::SensorEventConnection::onFirstRef() { in onFirstRef() 73 bool SensorService::SensorEventConnection::needsWakeLock() { in needsWakeLock() 290 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents() 441 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess() 679 status_t SensorService::SensorEventConnection::enableDisable( in enableDisable() 766 void SensorService::SensorEventConnection::capRates() { in capRates() 786 void SensorService::SensorEventConnection::uncapRates() { in uncapRates() [all …]
|
H A D | SensorRecord.cpp | 23 SensorService::SensorRecord::SensorRecord( in SensorRecord() 29 bool SensorService::SensorRecord::addConnection( in addConnection() 39 bool SensorService::SensorRecord::removeConnection( in removeConnection() 58 void SensorService::SensorRecord::addPendingFlushConnection( in addPendingFlushConnection() 63 void SensorService::SensorRecord::removeFirstPendingFlushConnection() { in removeFirstPendingFlushConnection() 69 wp<const SensorService::SensorEventConnection> 70 SensorService::SensorRecord::getFirstPendingFlushConnection() { in getFirstPendingFlushConnection() 77 void SensorService::SensorRecord::clearAllPendingFlushConnections() { in clearAllPendingFlushConnections()
|
H A D | SensorEventAckReceiver.h | 24 class SensorService; variable 26 class SensorService::SensorEventAckReceiver : public Thread { 27 sp<SensorService> const mService; 30 explicit SensorEventAckReceiver(const sp<SensorService>& service) in SensorEventAckReceiver()
|
H A D | SensorEventConnection.h | 44 class SensorService; variable 46 class SensorService::SensorEventConnection: 49 friend class SensorService; variable 52 SensorEventConnection(const sp<SensorService>& service, uid_t uid, String8 packageName, 148 sp<SensorService> const mService;
|
H A D | SensorDirectConnection.h | 34 class SensorService; variable 37 class SensorService::SensorDirectConnection: public BnSensorEventConnection { 39 SensorDirectConnection(const sp<SensorService>& service, uid_t uid, 92 const sp<SensorService> mService;
|
H A D | SensorService.h | 77 class SensorService : 78 public BinderService<SensorService>, 100 SensorService() ANDROID_API; 131 friend class BinderService<SensorService>; 206 explicit UidPolicy(wp<SensorService> service) in UidPolicy() 226 wp<SensorService> mService; 244 explicit SensorPrivacyPolicy(wp<SensorService> service) in SensorPrivacyPolicy() 256 wp<SensorService> mService; 326 virtual ~SensorService();
|
H A D | SensorInterface.h | 29 class SensorService; variable 109 explicit ProximitySensor(const sensor_t& sensor, SensorService& service); 114 SensorService& mSensorService;
|
H A D | SensorRecord.h | 24 class SensorService; variable 26 class SensorService::SensorRecord {
|
H A D | Android.bp | 30 "SensorService.cpp", 35 "-DLOG_TAG=\"SensorService\"",
|
H A D | SensorRegistrationInfo.h | 31 class SensorService; variable 33 class SensorService::SensorRegistrationInfo : public SensorServiceUtil::Dumpable {
|
H A D | main_sensorservice.cpp | 24 SensorService::publishAndJoinThreadPool(); in main()
|
H A D | SensorInterface.cpp | 90 ProximitySensor::ProximitySensor(const sensor_t& sensor, SensorService& service) in ProximitySensor()
|
H A D | SensorDevice.h | 120 void setUidStateForConnection(void* ident, SensorService::UidState state);
|
H A D | SensorDevice.cpp | 891 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection() 893 if (state == SensorService::UID_STATE_ACTIVE) { in setUidStateForConnection()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_sensor_SensorService.cpp | 46 sp<SensorService> mService; 48 class ProximityActiveListenerDelegate : public SensorService::ProximityActiveListener { 65 mService = new SensorService(); in NativeSensorService() 66 sm->addService(String16(SensorService::getServiceName()), mService, in NativeSensorService()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | sensor_service.proto | 32 // Proto dump of android::SensorService. dumpsys sensorservice --proto 184 // Proto dump of android::SensorService::SensorDirectConnection 201 // Proto dump of android::SensorService::SensorEventConnection 236 // Proto dump of android::SensorService::SensorRegistrationInfo
|
/aosp12/frameworks/base/services/core/java/com/android/server/sensors/ |
H A D | SensorService.java | 36 public class SensorService extends SystemService { class 55 public SensorService(Context ctx) { in SensorService() method in SensorService
|
/aosp12/hardware/interfaces/sensors/1.0/ |
H A D | types.hal | 732 * SensorService i.e till ISensors::poll() is called the next time. 734 * SensorService, the driver can safely release the wake_lock. SensorService 752 * to be injected from the SensorService. When in data_injection ONLY 755 * can be set with this flag and SensorService will inject accelerometer
|
/aosp12/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 181 import com.android.server.sensors.SensorService; 1250 mSystemServiceManager.startService(SensorService.class); in startBootstrapServices()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 37757 HSPLcom/android/server/sensors/SensorService$$ExternalSyntheticLambda0;-><init>(Lcom/android/server… 37759 HSPLcom/android/server/sensors/SensorService$LocalService;-><init>(Lcom/android/server/sensors/Sens… 37761 HSPLcom/android/server/sensors/SensorService$ProximityListenerDelegate;-><init>(Lcom/android/server… 37762 …r/sensors/SensorService$ProximityListenerDelegate;-><init>(Lcom/android/server/sensors/SensorServi… 37770 HSPLcom/android/server/sensors/SensorService;->access$000(Lcom/android/server/sensors/SensorService… 37771 HSPLcom/android/server/sensors/SensorService;->access$100(Lcom/android/server/sensors/SensorService… 37772 HSPLcom/android/server/sensors/SensorService;->access$200(Lcom/android/server/sensors/SensorService… 37774 HSPLcom/android/server/sensors/SensorService;->lambda$new$0$SensorService()V 37776 HSPLcom/android/server/sensors/SensorService;->onStart()V 55584 Lcom/android/server/sensors/SensorService$LocalService; [all …]
|