Home
last modified time | relevance | path

Searched refs:mConnectionLock (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp73 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()
78 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()
83 Mutex::Autolock _l(mConnectionLock); in dump()
125 Mutex::Autolock _l(mConnectionLock); in dump()
162 Mutex::Autolock _l(mConnectionLock); in addSensor()
175 Mutex::Autolock _l(mConnectionLock); in removeSensor()
183 Mutex::Autolock _l(mConnectionLock); in getActiveSensorHandles()
192 Mutex::Autolock _l(mConnectionLock); in hasSensor()
197 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()
202 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()
[all …]
DSensorDirectConnection.cpp64 Mutex::Autolock _l(mConnectionLock); in dump()
81 Mutex::Autolock _l(mConnectionLock); in dump()
182 Mutex::Autolock _l(mConnectionLock); in configureChannel()
212 Mutex::Autolock _l(mConnectionLock); in capRates()
249 Mutex::Autolock _l(mConnectionLock); in uncapRates()
291 Mutex::Autolock _l(mConnectionLock); in stopAll()
311 Mutex::Autolock _l(mConnectionLock); in recoverAll()
DSensorDirectConnection.h104 mutable Mutex mConnectionLock; variable
DSensorEventConnection.h152 mutable Mutex mConnectionLock; variable