Searched refs:mConnectionLock (Results 1 – 2 of 2) sorted by relevance
1377 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()1382 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()1387 Mutex::Autolock _l(mConnectionLock); in dump()1414 Mutex::Autolock _l(mConnectionLock); in addSensor()1427 Mutex::Autolock _l(mConnectionLock); in removeSensor()1435 Mutex::Autolock _l(mConnectionLock); in hasSensor()1440 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()1445 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()1461 Mutex::Autolock _l(mConnectionLock); in setFirstFlushPending()1470 Mutex::Autolock _l(mConnectionLock); in updateLooperRegistration()[all …]
194 mutable Mutex mConnectionLock; variable