Home
last modified time | relevance | path

Searched refs:SensorDevice (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDevice.cpp38 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 …]
DSensorDevice.h36 class SensorDevice : public Singleton<SensorDevice>, public Dumpable {
58 friend class Singleton<SensorDevice>;
109 SensorDevice();
DSensorFusion.h36 class SensorDevice; variable
41 SensorDevice& mSensorDevice;
DSensorInterface.cpp33 mSensorDevice(SensorDevice::getInstance()), in BaseSensor()
38 mSensorDevice(SensorDevice::getInstance()), in BaseSensor()
DSensorInterface.h27 class SensorDevice; variable
69 SensorDevice& mSensorDevice;
DSensorService.cpp122 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()
DOrientationSensor.h31 class SensorDevice; variable
DLinearAccelerationSensor.h32 class SensorDevice; variable
DGravitySensor.h31 class SensorDevice; variable
DCorrectedGyroSensor.h31 class SensorDevice; variable
DAndroid.mk13 SensorDevice.cpp \
DSensorEventConnection.cpp569 SensorDevice& dev(SensorDevice::getInstance()); in handleEvent()
DSensorFusion.cpp27 : mSensorDevice(SensorDevice::getInstance()), in ANDROID_SINGLETON_STATIC_INSTANCE()