Searched refs:Mutex (Results 251 - 275 of 430) sorted by relevance

<<1112131415161718

/frameworks/base/native/android/
H A Dasset_manager.cpp67 static Mutex gMutex;
75 Mutex::Autolock _l(gMutex);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp38 #include <llvm/Support/Mutex.h>
111 llvm::sys::Mutex JITDebugLock;
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h135 mutable Mutex lock, refLock;
175 Mutex mLock;
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp68 android::Mutex::Autolock autoLock(mNotifyClientLock);
81 android::Mutex::Autolock autoLock(mNotifyClientLock);
198 Mutex::Autolock _l(mSettingsLock);
206 Mutex::Autolock _l(mSettingsLock);
239 Mutex::Autolock _l(mSettingsLock);
413 android::Mutex::Autolock autoLock(mNotifyClientLock);
508 Mutex::Autolock _l(mSettingsLock);
695 Mutex::Autolock _l(mSettingsLock);
H A Dandroid_GenericPlayer.h94 Mutex mSettingsLock;
161 Mutex mNotifyClientLock;
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp71 Mutex::Autolock _l(mMutex);
94 Mutex::Autolock _l(mMutex);
101 Mutex::Autolock _l(mMutex);
279 Mutex::Autolock _l(mMutex);
H A DOverlay.h102 Mutex mMutex;
/frameworks/av/include/media/
H A DJetPlayer.h78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
/frameworks/av/include/media/stagefright/
H A DAudioSource.h72 Mutex mLock;
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h100 Mutex mLock;
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h66 Mutex mLock;
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h70 Mutex mLock;
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h146 mutable Mutex mLock;
147 Mutex mMiscStateLock;
148 mutable Mutex mStatsLock;
149 Mutex mAudioLock;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h76 Mutex mLock;
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h85 Mutex mLock;
/frameworks/av/media/mtp/
H A DMtpDevice.h60 Mutex mMutex;
/frameworks/base/libs/hwui/
H A DRenderState.h22 #include <utils/Mutex.h>
H A DResourceCache.h114 mutable Mutex mLock;
/frameworks/native/include/binder/
H A DProcessState.h85 mutable Mutex mLock; // protects everything below.
/frameworks/native/include/gui/
H A DBufferQueueProducer.h211 Mutex mCallbackMutex;
H A DConsumerBase.h235 mutable Mutex mMutex;
H A DSurfaceControl.h101 mutable Mutex mLock;
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h86 mutable Mutex mutex;
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp215 Mutex::Autolock _l(mutex);
239 Mutex::Autolock _l(self->mutex);
278 Mutex::Autolock _l(self->mutex);
297 Mutex::Autolock _l(self->mutex);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h103 mutable Mutex mLock;

Completed in 5324 milliseconds

<<1112131415161718