Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp70 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()
75 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()
80 Mutex::Autolock _l(mConnectionLock); in dump()
114 Mutex::Autolock _l(mConnectionLock); in addSensor()
126 Mutex::Autolock _l(mConnectionLock); in removeSensor()
134 Mutex::Autolock _l(mConnectionLock); in hasSensor()
139 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()
144 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()
161 Mutex::Autolock _l(mConnectionLock); in setFirstFlushPending()
170 Mutex::Autolock _l(mConnectionLock); in updateLooperRegistration()
[all …]
DSensorDirectConnection.cpp59 Mutex::Autolock _l(mConnectionLock); in dump()
127 Mutex::Autolock _l(mConnectionLock); in configureChannel()
152 Mutex::Autolock _l(mConnectionLock); in stopAll()
167 Mutex::Autolock _l(mConnectionLock); in recoverAll()
DSensorDirectConnection.h74 mutable Mutex mConnectionLock; variable
DSensorEventConnection.h144 mutable Mutex mConnectionLock; variable