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

/frameworks/native/services/sensorservice/
H A DSensorService.h48 class SensorService : class in namespace:android
49 public BinderService<SensorService>,
53 friend class BinderService<SensorService>;
57 SensorService();
58 virtual ~SensorService();
78 sp<SensorService> const mService;
83 // protected by SensorService::mLock
87 SensorEventConnection(const sp<SensorService>& service, uid_t uid);
H A DSensorService.cpp49 #include "SensorService.h"
63 SensorService::SensorService() function in class:android::SensorService
68 void SensorService::onFirstRef()
157 run("SensorService", PRIORITY_URGENT_DISPLAY);
163 void SensorService::registerSensor(SensorInterface* s)
177 void SensorService::registerVirtualSensor(SensorInterface* s)
183 SensorService::~SensorService()
191 status_t SensorService
[all...]

Completed in 78 milliseconds