Lines Matching refs:SensorDevice
37 ANDROID_SINGLETON_STATIC_INSTANCE(SensorDevice) in ANDROID_SINGLETON_STATIC_INSTANCE() argument
54 SensorDevice::SensorDevice() in SensorDevice() function in android::SensorDevice
89 bool SensorDevice::connectHidlService() { in connectHidlService()
117 void SensorDevice::handleDynamicSensorConnection(int handle, bool connected) { in handleDynamicSensorConnection()
128 std::string SensorDevice::dump() const { in dump()
163 ssize_t SensorDevice::getSensorList(sensor_t const** list) { in getSensorList()
169 status_t SensorDevice::initCheck() const { in initCheck()
173 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll()
219 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable()
230 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
316 status_t SensorDevice::batch( in batch()
379 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
383 int SensorDevice::getHalDeviceVersion() const { in getHalDeviceVersion()
388 status_t SensorDevice::flush(void* ident, int handle) { in flush()
395 bool SensorDevice::isClientDisabled(void* ident) { in isClientDisabled()
400 bool SensorDevice::isClientDisabledLocked(void* ident) { in isClientDisabledLocked()
404 void SensorDevice::enableAllSensors() { in enableAllSensors()
431 void SensorDevice::disableAllSensors() { in disableAllSensors()
453 status_t SensorDevice::injectSensorData( in injectSensorData()
470 status_t SensorDevice::setMode(uint32_t mode) { in setMode()
477 int32_t SensorDevice::registerDirectChannel(const sensors_direct_mem_t* memory) { in registerDirectChannel()
518 void SensorDevice::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel()
524 int32_t SensorDevice::configureDirectChannel(int32_t sensorHandle, in configureDirectChannel()
566 int SensorDevice::Info::numActiveClients() { in numActiveClients()
567 SensorDevice& device(SensorDevice::getInstance()); in numActiveClients()
577 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, in setBatchParamsForIdent()
593 void SensorDevice::Info::selectBatchParams() { in selectBatchParams()
595 SensorDevice& device(SensorDevice::getInstance()); in selectBatchParams()
610 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()
618 void SensorDevice::notifyConnectionDestroyed(void* ident) { in notifyConnectionDestroyed()
623 bool SensorDevice::isDirectReportSupported() const { in isDirectReportSupported()
627 void SensorDevice::convertToSensorEvent( in convertToSensorEvent()
650 void SensorDevice::convertToSensorEvents( in convertToSensorEvents()
674 void SensorDevice::handleHidlDeath(const std::string & detail) { in handleHidlDeath()