HomeSort by relevance Sort by last modified time
    Searched defs:mMutex (Results 26 - 50 of 71) sorted by null

12 3

  /sdk/emulator/opengl/shared/emugl/common/
mutex.h 70 AutoLock(Mutex& mutex) : mMutex(&mutex) {
71 mMutex->lock();
75 mMutex->unlock();
78 Mutex* mMutex;
thread_store_unittest.cpp 34 Mutex::AutoLock lock(mMutex);
41 Mutex::AutoLock lock(mMutex);
46 Mutex::AutoLock lock(mMutex);
52 Mutex::AutoLock lock(mMutex);
57 Mutex::AutoLock lock(mMutex);
67 static Mutex mMutex;
73 Mutex StaticCounter::mMutex;
lazy_instance_unittest.cpp 39 Mutex::AutoLock lock(mMutex);
44 Mutex::AutoLock lock(mMutex);
49 static Mutex mMutex;
56 Mutex StaticCounter::mMutex;
92 mMutex(), mStaticCounter(staticCounter), mCount(0) {}
98 Mutex mMutex;
108 Mutex::AutoLock lock(state->mMutex);
  /frameworks/av/media/mtp/
MtpDevice.h 60 Mutex mMutex;
MtpServer.h 69 Mutex mMutex;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h 66 Mutex mMutex;
StreamingProcessor.h 90 mutable Mutex mMutex;
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 158 // mMutex is used to protect access to all member variables.
159 mutable Mutex mMutex;
DispSync.h 176 // mMutex is used to protect access to all member variables.
177 mutable Mutex mMutex;
  /system/core/include/utils/
Mutex.h 80 pthread_mutex_t mMutex;
92 pthread_mutex_init(&mMutex, NULL);
95 pthread_mutex_init(&mMutex, NULL);
102 pthread_mutex_init(&mMutex, &attr);
105 pthread_mutex_init(&mMutex, NULL);
109 pthread_mutex_destroy(&mMutex);
112 return -pthread_mutex_lock(&mMutex);
115 pthread_mutex_unlock(&mMutex);
118 return -pthread_mutex_trylock(&mMutex);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 80 Mutex mMutex;
  /external/libnfc-nci/src/include/
NfcAdaptation.h 35 operator pthread_mutex_t* () {return &mMutex;}
37 pthread_mutex_t mMutex;
  /frameworks/native/include/gui/
StreamSplitter.h 104 // acquire. This must be called with mMutex locked.
139 // Only called while mMutex is held
170 Mutex mMutex;
BufferQueueCore.h 130 // mMutex is the mutex used to prevent concurrent access to the member
133 mutable Mutex mMutex;
241 // releases mMutex while doing the allocation proper). Producers should not modify any of the
Surface.h 277 // mMutex is the mutex used to prevent concurrent access to the member
280 mutable Mutex mMutex;
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 112 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;
SurfaceTextureGL_test.cpp 603 Mutex::Autolock lock(mMutex);
639 Mutex::Autolock lock(mMutex);
646 Mutex mMutex;
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.h 97 Mutex mMutex; // to protect access to mComponents
  /hardware/intel/img/hwcomposer/ips/common/
HdcpControl.h 71 Mutex mMutex;
  /frameworks/av/cmds/screenrecord/
Overlay.h 102 Mutex mMutex;
  /frameworks/av/include/media/
JetPlayer.h 78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 199 // mMutex is the mutex used to prevent concurrent access to the member
202 mutable Mutex mMutex;
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 73 Mutex mMutex;
  /frameworks/wilhelm/src/
ThreadPool.h 54 pthread_mutex_t mMutex;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_bufferqueue.h 31 Mutex::Autolock lock(mMutex);
33 mCondition.wait(mMutex);
39 Mutex::Autolock lock(mMutex);
47 Mutex mMutex;

Completed in 509 milliseconds

12 3