Searched refs:mPendingLock (Results 1 – 3 of 3) sorted by relevance
57 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()
86 Mutex mPendingLock; variable
335 private boolean mPendingLock; field in KeyguardViewMediator795 mPendingLock = true; in onStartedGoingToSleep()798 if (mPendingLock) { in onStartedGoingToSleep()823 mPendingLock = false; in onFinishedGoingToSleep()832 if (mPendingLock) { in onFinishedGoingToSleep()834 mPendingLock = false; in onFinishedGoingToSleep()2043 pw.print(" mPendingLock: "); pw.println(mPendingLock); in dump()