Searched defs:SensorService (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.h64 class SensorService : class in namespace:android
65 public BinderService<SensorService>,
93 friend class BinderService<SensorService>;
111 explicit UidPolicy(wp<SensorService> service)
129 wp<SensorService> mService;
140 // injected from the SensorService as if it were the real sensor data. This mode is primarily
154 // these apps can register/unregister/call flush() on sensors. If SensorService switches to
165 // Shell commands to switch modes in SensorService.
166 // 1) Put SensorService in RESTRICTED mode with packageName .cts. If it is already in
171 // 2) Put SensorService i
[all...]
H A DSensorService.cpp43 #include "SensorService.h"
73 const char* SensorService::WAKE_LOCK_NAME = "SensorService_wakelock";
74 uint8_t SensorService::sHmacGlobalKey[128] = {};
75 bool SensorService::sHmacGlobalKeyIsValid = false;
86 SensorService::SensorService() function in class:android::SensorService
92 bool SensorService::initializeHmacKey() {
130 void SensorService::enableSchedFifoMode() {
134 ALOGE("Couldn't set SCHED_FIFO for SensorService thread");
138 void SensorService
[all...]

Completed in 240 milliseconds