Searched refs:mLock (Results 226 - 250 of 262) sorted by relevance

1234567891011

/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp83 Mutex::Autolock _l(mLock);
332 Mutex::Autolock _l(mLock);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp65 Mutex mLock; member in class:android::MPEG4Source
113 Mutex mLock; member in struct:android::MPEG4DataSource
152 Mutex::Autolock autoLock(mLock);
172 Mutex::Autolock autoLock(mLock);
1934 Mutex::Autolock autoLock(mLock);
1961 Mutex::Autolock autoLock(mLock);
1983 Mutex::Autolock autoLock(mLock);
2009 Mutex::Autolock autoLock(mLock);
H A DOMXCodec.cpp110 Mutex::Autolock autoLock(codec->mLock);
1433 // mLock is held.
1457 mAsyncCompletion.wait(mLock);
3272 return mBufferFilled.wait(mLock);
3274 status_t err = mBufferFilled.waitRelative(mLock, kBufferFilledEventTimeOutNs);
3620 Mutex::Autolock autoLock(mLock);
3661 Mutex::Autolock autoLock(mLock);
3664 mAsyncCompletion.wait(mLock);
3735 mAsyncCompletion.wait(mLock);
3767 Mutex::Autolock autoLock(mLock);
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java275 final Object mLock = new Object(); field in class:PhoneWindowManager
367 int mPointerLocationMode = 0; // guarded by mLock
1090 synchronized (mLock) {
2208 synchronized (mLock) {
2232 synchronized (mLock) {
3588 synchronized (mLock) {
3595 synchronized (mLock) {
3624 synchronized (mLock) {
3634 synchronized (mLock) {
3646 synchronized (mLock) {
[all...]
/frameworks/av/include/media/
H A DAudioTrack.h479 Mutex mMyLock; // Thread::mLock is private
519 bool mActive; // protected by mLock
536 mutable Mutex mLock; member in class:android::AudioTrack
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h123 mutable Mutex mLock; member in struct:android::PreviewPlayer
H A DVideoEditorPreviewController.cpp166 Mutex::Autolock autoLock(mLock);
423 Mutex::Autolock autoLock(mLock);
742 Mutex::Autolock autoLock(mLock);
802 Mutex::Autolock autoLock(mLock);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp77 Mutex mLock; // protects mBuffers member in struct:android::VideoEditorAudioDecoderSource
151 Mutex::Autolock autolock(mLock);
209 Mutex::Autolock autolock(mLock);
237 Mutex::Autolock autolock(mLock);
H A DVideoEditorVideoEncoder.cpp102 Mutex mLock; member in struct:android::VideoEditorVideoEncoderSource
185 Mutex::Autolock autolock(mLock);
198 mBufferCond.wait(mLock);
224 Mutex::Autolock autolock(mLock);
250 Mutex::Autolock autolock(mLock);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp72 Mutex::Autolock autoLock(mLock);
132 Mutex::Autolock autoLock(mLock);
151 ? mMessageAddedCondition.wait(mLock)
153 mLock, (finishBy - getNowUs()) * 1000);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h192 mutable Mutex mLock; member in class:android::CameraService::Client
195 // locked, to serialize ICamera access, even when mLock is disabled for
212 // the CameraHardwareInterface callback thread both want to grab mLock.
225 // This function keeps trying to grab mLock, or give up if the message
226 // is found to be disabled. It returns true if mLock is grabbed.
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h280 Mutex mLock; member in class:android::TextLayoutCache
/frameworks/base/include/androidfw/
H A DAssetManager.h347 mutable Mutex mLock; member in class:android::AssetManager
/frameworks/base/services/common_time/
H A Dcommon_time_server.h241 Mutex mLock; member in class:android::CommonTimeServer
/frameworks/base/services/input/
H A DPointerController.h206 mutable Mutex mLock; member in class:android::PointerController
H A DSpriteController.h248 } mLocked; // guarded by mController->mLock
265 mutable Mutex mLock; member in class:android::SpriteController
278 } mLocked; // guarded by mLock
H A DEventHub.h371 mutable Mutex mLock; member in class:android::EventHub
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h334 mutable Mutex mLock; member in class:android::LayerBaseClient
H A DSurfaceFlinger.h86 // protected by mLock
91 mutable Mutex mLock; member in class:android::Client
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java127 private final Semaphore mLock; field in class:VideoEditorImpl
161 mLock = new Semaphore(1, true);
162 mMANativeHelper = new MediaArtistNativeHelper(projectPath, mLock, this);
1912 mLock.acquire();
1931 boolean acquireSem = mLock.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS);
1946 mLock.release();
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h124 // Make sure mLock is accessible to OMXCodecObserver
127 // Call this with mLock hold
211 Mutex mLock; member in struct:android::OMXCodec
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h143 mutable Mutex mLock; member in struct:android::AwesomePlayer
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp229 Mutex::Autolock autoLock(mExtractor->mLock);
298 Mutex::Autolock autoLock(mExtractor->mLock);
312 Mutex::Autolock autoLock(mExtractor->mLock);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp472 Mutex mLock; member in class:android::MyThread
476 Mutex::Autolock _l(mLock);
494 Mutex::Autolock _l(mLock);
/frameworks/native/libs/gui/
H A DSurface.cpp201 Mutex::Autolock _l(mLock);

Completed in 513 milliseconds

1234567891011