Searched refs:SensorService (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dmain_sensorservice.cpp18 #include "SensorService.h"
23 SensorService::publishAndJoinThreadPool();
H A DAndroid.mk15 SensorService.cpp
17 LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"
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...]
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...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp20 #include <sensorservice/SensorService.h>
33 SensorService::instantiate();

Completed in 476 milliseconds