OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingLock
(Results
1 - 2
of
2
) 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.
Completed in 115 milliseconds