HomeSort by relevance Sort by last modified time
    Searched refs:SensorService (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/sensorservice/
main_sensorservice.cpp 18 #include "SensorService.h"
23 SensorService::publishAndJoinThreadPool();
Android.mk 15 SensorService.cpp
17 LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"
49 LOCAL_MODULE:= sensorservice
SensorService.cpp 50 #include "SensorService.h"
64 const char* SensorService::WAKE_LOCK_NAME = "SensorService";
66 SensorService::SensorService()
71 void SensorService::onFirstRef()
166 run("SensorService", PRIORITY_URGENT_DISPLAY);
172 Sensor SensorService::registerSensor(SensorInterface* s)
188 Sensor SensorService::registerVirtualSensor(SensorInterface* s)
195 SensorService::~SensorService(
    [all...]
SensorService.h 51 class SensorService :
52 public BinderService<SensorService>,
56 friend class BinderService<SensorService>;
60 static char const* getServiceName() ANDROID_API { return "sensorservice"; }
61 SensorService() ANDROID_API;
62 virtual ~SensorService();
88 sp<SensorService> const mService;
102 // protected by SensorService::mLock. Key for this vector is the sensor handle.
106 SensorEventConnection(const sp<SensorService>& service, uid_t uid);
  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 20 #include <sensorservice/SensorService.h>
33 SensorService::instantiate();

Completed in 79 milliseconds