HomeSort by relevance Sort by last modified time
    Searched refs:mPendingLock (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 57 Mutex::Autolock pl(mPendingLock);
74 Mutex::Autolock pl(mPendingLock);
95 Mutex::Autolock l(mPendingLock);
140 Mutex::Autolock pl(mPendingLock);
142 res = mPendingChangeSignal.waitRelative(mPendingLock,
161 Mutex::Autolock pl(mPendingLock);
StatusTracker.h 86 Mutex mPendingLock;
101 // Guards rest of internals. Must be locked after mPendingLock if both used.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 339 private boolean mPendingLock;
    [all...]

Completed in 374 milliseconds