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

/frameworks/native/services/sensorservice/
H A DSensorService.h63 class SensorService : class in namespace:android
64 public BinderService<SensorService>,
87 friend class BinderService<SensorService>;
100 // injected from the SensorService as if it were the real sensor data. This mode is primarily
114 // these apps can register/unregister/call flush() on sensors. If SensorService switches to
125 // Shell commands to switch modes in SensorService.
126 // 1) Put SensorService in RESTRICTED mode with packageName .cts. If it is already in
131 // 2) Put SensorService in DATA_INJECTION mode with packageName .xts. If it is already in
142 SensorService() ANDROID_API;
143 virtual ~SensorService();
[all...]
H A DSensorService.cpp42 #include "SensorService.h"
68 const char* SensorService::WAKE_LOCK_NAME = "SensorService_wakelock";
69 uint8_t SensorService::sHmacGlobalKey[128] = {};
70 bool SensorService::sHmacGlobalKeyIsValid = false;
78 SensorService::SensorService() function in class:android::SensorService
83 bool SensorService::initializeHmacKey() {
120 void SensorService::onFirstRef() {
263 run("SensorService", PRIORITY_URGENT_DISPLAY);
268 const Sensor& SensorService
[all...]

Completed in 23 milliseconds