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

/frameworks/native/services/sensorservice/
H A DSensorService.h54 class SensorService : class in namespace:android
55 public BinderService<SensorService>,
59 friend class BinderService<SensorService>;
64 SensorService() ANDROID_API;
65 virtual ~SensorService();
78 friend class SensorService;
134 sp<SensorService> const mService;
144 // BitTube has been added to the Looper in SensorService. This flag is typically set when
161 // protected by SensorService::mLock. Key for this vector is the sensor handle.
172 SensorEventConnection(const sp<SensorService>
[all...]
H A DSensorService.cpp52 #include "SensorService.h"
66 const char* SensorService::WAKE_LOCK_NAME = "SensorService";
68 SensorService::SensorService() function in class:android::SensorService
74 void SensorService::onFirstRef()
197 run("SensorService", PRIORITY_URGENT_DISPLAY);
202 Sensor SensorService::registerSensor(SensorInterface* s)
218 Sensor SensorService::registerVirtualSensor(SensorInterface* s)
225 SensorService
[all...]

Completed in 131 milliseconds