Lines Matching defs:ident
652 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable()
666 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
673 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked()
767 void* ident, in batch()
789 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
840 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
849 status_t SensorDevice::flush(void* ident, int handle) { in flush()
874 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked()
878 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked()
887 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection()
921 void SensorDevice::onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs) { in onMicSensorAccessChanged()
1117 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, in setBatchParamsForIdent()
1150 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()
1158 void SensorDevice::notifyConnectionDestroyed(void* ident) { in notifyConnectionDestroyed()