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 52 #include "SensorService.h"
66 const char* SensorService::WAKE_LOCK_NAME = "SensorService";
68 SensorService::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::~SensorService(
    [all...]
SensorService.h 54 class SensorService :
55 public BinderService<SensorService>,
59 friend class BinderService<SensorService>;
63 static char const* getServiceName() ANDROID_API { return "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
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 20 #include <sensorservice/SensorService.h>
33 SensorService::instantiate();

Completed in 587 milliseconds