Searched refs:mConnectionLock (Results 1 – 2 of 2) sorted by relevance
1057 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()1062 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()1067 Mutex::Autolock _l(mConnectionLock); in dump()1092 Mutex::Autolock _l(mConnectionLock); in addSensor()1104 Mutex::Autolock _l(mConnectionLock); in removeSensor()1112 Mutex::Autolock _l(mConnectionLock); in hasSensor()1117 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()1122 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()1134 Mutex::Autolock _l(mConnectionLock); in setFirstFlushPending()1143 Mutex::Autolock _l(mConnectionLock); in updateLooperRegistration()[all …]
137 mutable Mutex mConnectionLock; variable