Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:SensorDevice

31 #include "SensorDevice.h"
37 ANDROID_SINGLETON_STATIC_INSTANCE(SensorDevice)
39 SensorDevice::SensorDevice()
70 void SensorDevice::dump(String8& result)
101 ssize_t SensorDevice::getSensorList(sensor_t const** list) {
107 status_t SensorDevice::initCheck() const {
111 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) {
121 void SensorDevice::autoDisable(void *ident, int handle) {
127 status_t SensorDevice::activate(void* ident, int handle, int enabled)
137 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%d",
203 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs,
223 ALOGD_IF(DEBUG_CONNECTIONS, "SensorDevice::batch dry run error %s",
234 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%lld timeout=%lld",
270 // call setDelay in SensorDevice::activate() method.
282 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs)
306 int SensorDevice::getHalDeviceVersion() const {
312 status_t SensorDevice::flush(void* ident, int handle) {
322 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int flags,
338 void SensorDevice::Info::selectBatchParams() {
358 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) {