Home
last modified time | relevance | path

Searched refs:mPendingLock (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp57 Mutex::Autolock pl(mPendingLock); in addComponent()
74 Mutex::Autolock pl(mPendingLock); in removeComponent()
95 Mutex::Autolock l(mPendingLock); in markComponent()
140 Mutex::Autolock pl(mPendingLock); in threadLoop()
142 res = mPendingChangeSignal.waitRelative(mPendingLock, in threadLoop()
161 Mutex::Autolock pl(mPendingLock); in threadLoop()
DStatusTracker.h86 Mutex mPendingLock; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java339 private boolean mPendingLock; field in KeyguardViewMediator
804 mPendingLock = true; in onStartedGoingToSleep()
807 if (mPendingLock) { in onStartedGoingToSleep()
833 mPendingLock = false; in onFinishedGoingToSleep()
842 if (mPendingLock) { in onFinishedGoingToSleep()
844 mPendingLock = false; in onFinishedGoingToSleep()
2058 pw.print(" mPendingLock: "); pw.println(mPendingLock); in dump()