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

123

/frameworks/av/cmds/screenrecord/
H A DOverlay.h103 Mutex mMutex; member in class:android::Overlay
/frameworks/av/include/media/
H A DJetPlayer.h79 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls member in class:android::JetPlayer
/frameworks/av/include/media/stagefright/
H A DMediaSync.h193 mutable Mutex mMutex; member in class:android::MediaSync
264 // up. This must be called with mMutex locked.
H A DSurfaceMediaSource.h202 // mMutex is the mutex used to prevent concurrent access to the member
205 mutable Mutex mMutex; member in class:android::SurfaceMediaSource
/frameworks/av/media/libmedia/include/media/
H A DJetPlayer.h79 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls member in class:android::JetPlayer
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaSync.h193 mutable Mutex mMutex; member in class:android::MediaSync
264 // up. This must be called with mMutex locked.
H A DSurfaceMediaSource.h202 // mMutex is the mutex used to prevent concurrent access to the member
205 mutable Mutex mMutex; member in class:android::SurfaceMediaSource
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h129 // acquire. This must be called with mMutex locked.
170 // Only called while mMutex is held
219 Mutex mMutex; member in class:android::Camera3StreamSplitter
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceControllerImpl.java45 private final Object mMutex = new Object(); field in class:ForegroundServiceControllerImpl
52 synchronized (mMutex) {
66 synchronized (mMutex) {
90 synchronized (mMutex) {
/frameworks/native/libs/gui/tests/
H A DBufferItemConsumer_test.cpp64 std::lock_guard<std::mutex> lock(mMutex);
69 std::lock_guard<std::mutex> lock(mMutex);
121 std::mutex mMutex; member in class:android::BufferItemConsumerTest
H A DSurfaceTextureGLThreadToGL.h112 Mutex::Autolock lock(mMutex);
115 mFrameAvailableCondition.wait(mMutex);
125 Mutex::Autolock lock(mMutex);
134 Mutex::Autolock lock(mMutex);
139 mFrameFinishCondition.wait(mMutex);
149 Mutex mMutex; member in class:android::SurfaceTextureGLThreadToGLTest::FrameCondition
H A DSurfaceTextureGL_test.cpp632 Mutex::Autolock lock(mMutex);
673 Mutex::Autolock lock(mMutex);
680 Mutex mMutex; member in class:android::ProducerThread
H A DCpuConsumer_test.cpp91 Mutex::Autolock lock(mMutex);
93 mCondition.wait(mMutex);
99 Mutex::Autolock lock(mMutex);
105 Mutex mMutex; member in class:android::CpuConsumerTest::FrameWaiter
122 Mutex::Autolock lock(mMutex);
124 mFrameCondition.wait(mMutex);
130 Mutex::Autolock lock(mMutex);
136 Mutex::Autolock lock(mMutex);
138 mDisconnectCondition.wait(mMutex);
143 Mutex::Autolock lock(mMutex);
149 Mutex mMutex; member in class:android::CpuConsumerTest::DisconnectWaiter
[all...]
/frameworks/wilhelm/src/
H A DThreadPool.h54 pthread_mutex_t mMutex; member in struct:__anon2189
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DGraphicBufferSource.h209 mutable Mutex mMutex; member in class:android::GraphicBufferSource
377 // after a STOP action will be discarded. mActionQueue is protected by mMutex.
/frameworks/av/media/mtp/
H A DMtpServer.h83 Mutex mMutex; member in class:android::MtpServer
/frameworks/native/cmds/cmd/
H A Dcmd.cpp100 Mutex mMutex; member in class:MyResultReceiver
106 AutoMutex _l(mMutex);
113 AutoMutex _l(mMutex);
115 mCondition.wait(mMutex);
/frameworks/native/include/gui/
H A DSurface.h390 // mMutex is the mutex used to prevent concurrent access to the member
393 mutable Mutex mMutex; member in class:android::Surface
H A DBufferQueueCore.h144 // mMutex is the mutex used to prevent concurrent access to the member
147 mutable Mutex mMutex; member in class:android::BufferQueueCore
277 // releases mMutex while doing the allocation proper). Producers should not modify any of the
/frameworks/native/libs/gui/include/gui/
H A DSurface.h390 // mMutex is the mutex used to prevent concurrent access to the member
393 mutable Mutex mMutex; member in class:android::Surface
H A DBufferQueueCore.h144 // mMutex is the mutex used to prevent concurrent access to the member
147 mutable Mutex mMutex; member in class:android::BufferQueueCore
277 // releases mMutex while doing the allocation proper). Producers should not modify any of the
/frameworks/av/include/media/nbaio/
H A DNBLog.h567 Mutex mMutex; member in class:android::NBLog::MergeThread
/frameworks/av/media/libnbaio/include/media/nbaio/
H A DNBLog.h567 Mutex mMutex; member in class:android::NBLog::MergeThread
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp749 std::unique_lock<decltype(mMutex)> lock(mMutex);
755 std::unique_lock<decltype(mMutex)> lock(mMutex);
762 std::mutex mMutex; member in class:android::tests::CallbackReceiver
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp76 Mutex::Autolock lock(mMutex);
88 Mutex::Autolock lock(mMutex);
103 Mutex::Autolock lock(mMutex);
116 err = mCond.wait(mMutex);
134 err = mCond.wait(mMutex);
138 err = mCond.waitRelative(mMutex, targetTime - now);
179 Mutex::Autolock lock(mMutex);
206 Mutex::Autolock lock(mMutex);
223 Mutex::Autolock lock(mMutex);
357 Mutex mMutex; member in class:android::DispSyncThread
[all...]

Completed in 390 milliseconds

123