OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStopForDestroyLock
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/android/
android_StreamPlayer.h
120
Mutex
mStopForDestroyLock
;
android_StreamPlayer.cpp
334
Mutex::Autolock _l(
mStopForDestroyLock
);
336
mStopForDestroyCondition.wait(
mStopForDestroyLock
);
359
Mutex::Autolock _l(
mStopForDestroyLock
);
Completed in 790 milliseconds