Lines Matching defs:handle
162 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor()
174 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) { in removeSensor()
204 const int handle = it.first; in hasOneShotSensors() local
217 void SensorService::SensorEventConnection::setFirstFlushPending(int32_t handle, in setFirstFlushPending()
247 const int handle = it.first; in updateLooperRegistrationLocked() local
277 bool SensorService::SensorEventConnection::incrementPendingFlushCountIfHasAccess(int32_t handle) { in incrementPendingFlushCountIfHasAccess()
557 const int handle = it.first; in sendPendingFlushEventsLocked() local
680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
724 status_t SensorService::SensorEventConnection::setEventRate(int handle, nsecs_t samplingPeriodNs) { in setEventRate()
770 int handle = i.first; in capRates() local
790 int handle = i.first; in uncapRates() local
812 int32_t SensorService::SensorEventConnection::configureChannel(int handle, int rateLevel) { in configureChannel()