OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
332
private boolean
mPendingLock
;
761
mPendingLock
= true;
764
if (
mPendingLock
) {
789
mPendingLock
= false;
798
if (
mPendingLock
) {
800
mPendingLock
= false;
[
all
...]
Completed in 140 milliseconds