Lines Matching refs:SensorDevice
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()
300 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
324 int SensorDevice::getHalDeviceVersion() const { in getHalDeviceVersion()
329 status_t SensorDevice::flush(void* ident, int handle) { in flush()
338 bool SensorDevice::isClientDisabled(void* ident) { in isClientDisabled()
343 bool SensorDevice::isClientDisabledLocked(void* ident) { in isClientDisabledLocked()
347 void SensorDevice::enableAllSensors() { in enableAllSensors()
382 void SensorDevice::disableAllSensors() { in disableAllSensors()
403 status_t SensorDevice::injectSensorData(const sensors_event_t *injected_sensor_event) { in injectSensorData()
417 status_t SensorDevice::setMode(uint32_t mode) { in setMode()
426 int SensorDevice::Info::numActiveClients() { in numActiveClients()
427 SensorDevice& device(SensorDevice::getInstance()); in numActiveClients()
437 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int flags, in setBatchParamsForIdent()
453 void SensorDevice::Info::selectBatchParams() { in selectBatchParams()
455 SensorDevice& device(SensorDevice::getInstance()); in selectBatchParams()
470 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()