OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeBufferLock_
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/variablespeed/jni/
variablespeed.h
96
android::Mutex
decodeBufferLock_
;
98
// Protected by
decodeBufferLock_
.
variablespeed.cc
368
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
417
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
509
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
514
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
779
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
826
android::Mutex::Autolock autoLock(
decodeBufferLock_
);
Completed in 23 milliseconds