Searched refs:mMutex (Results 26 - 50 of 50) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp84 Mutex::Autolock lock(mMutex);
86 mCondition.wait(mMutex);
92 Mutex::Autolock lock(mMutex);
98 Mutex mMutex; member in class:android::CpuConsumerTest::FrameWaiter
115 Mutex::Autolock lock(mMutex);
117 mFrameCondition.wait(mMutex);
123 Mutex::Autolock lock(mMutex);
129 Mutex::Autolock lock(mMutex);
131 mDisconnectCondition.wait(mMutex);
136 Mutex::Autolock lock(mMutex);
142 Mutex mMutex; member in class:android::CpuConsumerTest::DisconnectWaiter
[all...]
H A DSurfaceTexture_test.cpp511 Mutex::Autolock lock(mMutex);
513 mCondition.wait(mMutex);
519 Mutex::Autolock lock(mMutex);
525 Mutex mMutex; member in class:android::SurfaceTextureGLTest::FrameWaiter
542 Mutex::Autolock lock(mMutex);
544 mFrameCondition.wait(mMutex);
550 Mutex::Autolock lock(mMutex);
556 Mutex::Autolock lock(mMutex);
558 mDisconnectCondition.wait(mMutex);
563 Mutex::Autolock lock(mMutex);
569 Mutex mMutex; member in class:android::SurfaceTextureGLTest::DisconnectWaiter
1320 Mutex mMutex; member in class:android::ProducerThread
1971 Mutex mMutex; member in class:android::SurfaceTextureGLThreadToGLTest::FrameCondition
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.h66 Mutex mMutex; member in class:android::camera2::JpegCompressor
H A DStreamingProcessor.h82 mutable Mutex mMutex; member in class:android::camera2::StreamingProcessor
H A DJpegCompressor.cpp36 Mutex::Autolock lock(mMutex);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp280 Mutex::Autolock autoLock(mMutex);
306 Mutex::Autolock autoLock(mMutex);
323 Mutex::Autolock autoLock(mMutex);
338 Mutex::Autolock autoLock(mMutex);
357 Mutex::Autolock autoLock(mMutex);
375 Mutex::Autolock autoLock(mMutex);
395 Mutex::Autolock autoLock(mMutex);
410 Mutex::Autolock autoLock(mMutex);
461 Mutex::Autolock autoLock(mMutex);
487 Mutex::Autolock autoLock(mMutex);
[all...]
H A DMtpDevice.h60 Mutex mMutex; member in class:android::MtpDevice
H A DMtpServer.h69 Mutex mMutex; member in class:android::MtpServer
H A DMtpServer.cpp118 Mutex::Autolock autoLock(mMutex);
125 Mutex::Autolock autoLock(mMutex);
308 Mutex::Autolock autoLock(mMutex);
/frameworks/av/include/media/
H A DJetPlayer.h78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls member in class:android::JetPlayer
/frameworks/native/include/gui/
H A DConsumerBase.h109 // This method must be called with mMutex locked.
121 // This method must be called with mMutex locked.
134 // This method must be called with mMutex locked.
208 // mMutex is the mutex used to prevent concurrent access to the member
214 mutable Mutex mMutex; member in class:android::ConsumerBase
H A DSurfaceTextureClient.h207 // mMutex is the mutex used to prevent concurrent access to the member
210 mutable Mutex mMutex; member in class:android::SurfaceTextureClient
H A DBufferQueue.h518 // mMutex is the mutex used to prevent concurrent access to the member
521 mutable Mutex mMutex; member in class:android::BufferQueue
/frameworks/wilhelm/src/
H A DThreadPool.h54 pthread_mutex_t mMutex; member in struct:__anon1601
H A Dsles_allinclusive.h273 pthread_mutex_t mMutex; // protects mSNDFILE only member in struct:SndFile
H A Ditfstruct.h38 pthread_mutex_t mMutex; member in struct:Object_interface
/frameworks/native/libs/utils/
H A DRefBase.cpp189 Mutex::Autolock _l(mMutex);
227 AutoMutex _l(mMutex);
246 AutoMutex _l(mMutex);
286 AutoMutex _l(mMutex);
314 mutable Mutex mMutex; member in class:android::RefBase::weakref_impl
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp593 Mutex::Autolock l(mMutex);
621 Mutex::Autolock l(mMutex);
631 Mutex::Autolock l(mMutex);
644 Mutex::Autolock l(mMutex);
706 Mutex::Autolock l(mMutex);
709 res = notEmpty.waitRelative(mMutex,timeout);
717 Mutex::Autolock l(mMutex);
722 res = mNewRequestId.waitRelative(mMutex, timeout);
735 Mutex::Autolock l(mMutex);
767 Mutex::Autolock l(mMutex);
[all...]
H A DCamera2Device.h256 Mutex mMutex; member in class:android::Camera2Device::MetadataQueue
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h190 // mMutex is the mutex used to prevent concurrent access to the member
193 mutable Mutex mMutex; member in class:android::SurfaceMediaSource
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h71 Mutex mMutex; member in class:android::MidiFile
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp72 Mutex::Autolock lock(mMutex);
/frameworks/wilhelm/src/itf/
H A DIObject.c772 ok = pthread_mutex_init(&thiz->mMutex, (const pthread_mutexattr_t *) NULL);
797 ok = pthread_mutex_unlock(&thiz->mMutex);
799 ok = pthread_mutex_destroy(&thiz->mMutex);
H A DIEngine.c226 memset(&thiz->mSndFile.mMutex, 0, sizeof(pthread_mutex_t));
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp796 Mutex::Autolock lock(thread->mMutex);
813 Mutex::Autolock lock(mMutex);
815 mCondition.wait(mMutex);
833 Mutex::Autolock lock(mMutex);
845 Mutex mMutex; member in class:FrameCompletionThread

Completed in 404 milliseconds

12