Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp69 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()
74 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()
79 Mutex::Autolock _l(mConnectionLock); in dump()
106 Mutex::Autolock _l(mConnectionLock); in addSensor()
118 Mutex::Autolock _l(mConnectionLock); in removeSensor()
126 Mutex::Autolock _l(mConnectionLock); in hasSensor()
131 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()
136 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()
153 Mutex::Autolock _l(mConnectionLock); in setFirstFlushPending()
162 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.h129 mutable Mutex mConnectionLock; variable