Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp1057 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 …]
DSensorService.h137 mutable Mutex mConnectionLock; variable