Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp74 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()
79 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()
84 Mutex::Autolock _l(mConnectionLock); in dump()
126 Mutex::Autolock _l(mConnectionLock); in dump()
163 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.cpp65 Mutex::Autolock _l(mConnectionLock); in dump()
82 Mutex::Autolock _l(mConnectionLock); in dump()
183 Mutex::Autolock _l(mConnectionLock); in configureChannel()
214 Mutex::Autolock _l(mConnectionLock); in capRates()
252 Mutex::Autolock _l(mConnectionLock); in uncapRates()
285 Mutex::Autolock _l(mConnectionLock); in stopAll()
306 Mutex::Autolock _l(mConnectionLock); in recoverAll()
DSensorDirectConnection.h98 mutable Mutex mConnectionLock; variable
DSensorEventConnection.h152 mutable Mutex mConnectionLock; variable