Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp54 Mutex::Autolock _l(mConnectionLock); in needsWakeLock()
59 Mutex::Autolock _l(mConnectionLock); in resetWakeLockRefCount()
64 Mutex::Autolock _l(mConnectionLock); in dump()
91 Mutex::Autolock _l(mConnectionLock); in addSensor()
103 Mutex::Autolock _l(mConnectionLock); in removeSensor()
111 Mutex::Autolock _l(mConnectionLock); in hasSensor()
116 Mutex::Autolock _l(mConnectionLock); in hasAnySensor()
121 Mutex::Autolock _l(mConnectionLock); in hasOneShotSensors()
138 Mutex::Autolock _l(mConnectionLock); in setFirstFlushPending()
147 Mutex::Autolock _l(mConnectionLock); in updateLooperRegistration()
[all …]
DSensorEventConnection.h126 mutable Mutex mConnectionLock; variable