• Home
  • Raw
  • Download

Lines Matching defs:ident

423 void SensorDevice::autoDisable(void* ident, int handle) {  in autoDisable()
437 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
444 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked()
535 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
555 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
605 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
614 status_t SensorDevice::flush(void* ident, int handle) { in flush()
639 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked()
643 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked()
652 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection()
685 void SensorDevice::onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs) { in onMicSensorAccessChanged()
811 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, int64_t samplingPeriodNs, in setBatchParamsForIdent()
843 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()
851 void SensorDevice::notifyConnectionDestroyed(void* ident) { in notifyConnectionDestroyed()