Searched refs:SensorDevice (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 38 ANDROID_SINGLETON_STATIC_INSTANCE(SensorDevice) in ANDROID_SINGLETON_STATIC_INSTANCE() argument 40 SensorDevice::SensorDevice() in ANDROID_SINGLETON_STATIC_INSTANCE() 75 void SensorDevice::handleDynamicSensorConnection(int handle, bool connected) { in handleDynamicSensorConnection() 86 std::string SensorDevice::dump() const { in dump() 125 ssize_t SensorDevice::getSensorList(sensor_t const** list) { in getSensorList() 131 status_t SensorDevice::initCheck() const { in initCheck() 135 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll() 145 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable() 151 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate() 235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() [all …]
|
D | SensorDevice.h | 36 class SensorDevice : public Singleton<SensorDevice>, public Dumpable { 58 friend class Singleton<SensorDevice>; 109 SensorDevice();
|
D | SensorFusion.h | 36 class SensorDevice; variable 41 SensorDevice& mSensorDevice;
|
D | SensorInterface.cpp | 33 mSensorDevice(SensorDevice::getInstance()), in BaseSensor() 38 mSensorDevice(SensorDevice::getInstance()), in BaseSensor()
|
D | SensorInterface.h | 27 class SensorDevice; variable 69 SensorDevice& mSensorDevice;
|
D | SensorService.cpp | 122 SensorDevice& dev(SensorDevice::getInstance()); in onFirstRef() 315 SensorDevice& dev(SensorDevice::getInstance()); in dump() 371 result.append(SensorDevice::getInstance().dump().c_str()); in dump() 489 SensorDevice& device(SensorDevice::getInstance()); in threadLoop() 933 SensorDevice& dev(SensorDevice::getInstance()); in resetToNormalModeLocked() 1196 SensorDevice& dev(SensorDevice::getInstance()); in flushSensor()
|
D | OrientationSensor.h | 31 class SensorDevice; variable
|
D | LinearAccelerationSensor.h | 32 class SensorDevice; variable
|
D | GravitySensor.h | 31 class SensorDevice; variable
|
D | CorrectedGyroSensor.h | 31 class SensorDevice; variable
|
D | Android.mk | 13 SensorDevice.cpp \
|
D | SensorEventConnection.cpp | 569 SensorDevice& dev(SensorDevice::getInstance()); in handleEvent()
|
D | SensorFusion.cpp | 27 : mSensorDevice(SensorDevice::getInstance()), in ANDROID_SINGLETON_STATIC_INSTANCE()
|