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

/frameworks/native/cmds/sensorservice/
H A Dmain_sensorservice.cpp18 #include <SensorService.h>
23 SensorService::publishAndJoinThreadPool();
/frameworks/native/services/sensorservice/
H A DAndroid.mk15 SensorService.cpp \
18 LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"
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...]
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);
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp18 #include <SensorService.h>
72 SensorService::instantiate();

Completed in 402 milliseconds