Lines Matching defs:ident
453 void SensorDevice::autoDisable(void* ident, int handle) { in autoDisable()
467 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
474 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked()
569 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
589 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
639 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
648 status_t SensorDevice::flush(void* ident, int handle) { in flush()
673 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked()
677 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked()
686 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection()
719 void SensorDevice::onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs) { in onMicSensorAccessChanged()
871 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, int64_t samplingPeriodNs, in setBatchParamsForIdent()
903 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()
911 void SensorDevice::notifyConnectionDestroyed(void* ident) { in notifyConnectionDestroyed()