Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:SensorDevice

31 #include "SensorDevice.h"
99 ANDROID_SINGLETON_STATIC_INSTANCE(SensorDevice)
101 SensorDevice::SensorDevice()
130 void SensorDevice::dump(String8& result, char* buffer, size_t SIZE)
157 ssize_t SensorDevice::getSensorList(sensor_t const** list) {
163 status_t SensorDevice::initCheck() const {
167 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) {
176 status_t SensorDevice::activate(void* ident, int handle, int enabled)
186 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%d",
242 status_t SensorDevice::setDelay(void* ident, int handle, int64_t ns)
255 status_t SensorDevice::Info::setDelayForIdent(void* ident, int64_t ns)
267 nsecs_t SensorDevice::Info::selectDelay()