HomeSort by relevance Sort by last modified time
    Searched defs:mMutex (Results 1 - 21 of 21) sorted by null

  /frameworks/base/libs/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
rsSignal.h 41 pthread_mutex_t mMutex;
  /frameworks/base/opengl/libs/EGL/
egl_cache.h 118 // mMutex is the mutex used to prevent concurrent access to the member
120 mutable Mutex mMutex;
  /system/extras/tests/bionic/libc/common/
test_static_cpp_mutex.cpp 36 pthread_mutex_t mMutex;
49 pthread_mutex_init(&mMutex, &mattr);
50 pthread_mutex_lock(&mMutex);
56 pthread_mutex_unlock(&mMutex);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.h 107 pthread_mutex_t mMutex;
  /frameworks/base/media/mtp/
MtpDevice.h 60 Mutex mMutex;
MtpServer.h 69 Mutex mMutex;
  /frameworks/base/include/gui/
SurfaceTextureClient.h 151 // mMutex is the mutex used to prevent concurrent access to the member
154 mutable Mutex mMutex;
SurfaceTexture.h 493 // mMutex is the mutex used to prevent concurrent access to the member
496 mutable Mutex mMutex;
  /frameworks/base/include/media/
JetPlayer.h 80 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 72 Mutex mMutex;
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 44 private final Object mMutex = new Object(); // synchronizes access to mServiceConnection
60 synchronized (mMutex) {
95 synchronized (mMutex) {
114 synchronized (mMutex) {
LocationProviderProxy.java 49 private final Object mMutex = new Object(); // synchronizes access to non-final members
77 synchronized (mMutex) {
91 private DummyLocationProvider mCachedAttributes; // synchronized by mMutex
117 synchronized (mMutex) {
170 synchronized (mMutex) {
257 synchronized (mMutex) {
289 synchronized (mMutex) {
302 synchronized (mMutex) {
315 synchronized (mMutex) {
322 synchronized (mMutex) {
    [all...]
  /system/media/wilhelm/src/
ThreadPool.h 54 pthread_mutex_t mMutex;
sles_allinclusive.h 272 pthread_mutex_t mMutex; // protects mSNDFILE only
itfstruct.h 38 pthread_mutex_t mMutex;
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 331 // mMutex is the mutex used to prevent concurrent access to the member
334 mutable Mutex mMutex;
  /frameworks/base/libs/utils/
RefBase.cpp 189 Mutex::Autolock _l(mMutex);
227 AutoMutex _l(mMutex);
246 AutoMutex _l(mMutex);
286 AutoMutex _l(mMutex);
314 mutable Mutex mMutex;
  /frameworks/base/include/utils/
threads.h 259 pthread_mutex_t mMutex;
269 pthread_mutex_init(&mMutex, NULL);
272 pthread_mutex_init(&mMutex, NULL);
279 pthread_mutex_init(&mMutex, &attr);
282 pthread_mutex_init(&mMutex, NULL);
286 pthread_mutex_destroy(&mMutex);
289 return -pthread_mutex_lock(&mMutex);
292 pthread_mutex_unlock(&mMutex);
295 return -pthread_mutex_trylock(&mMutex);
455 return -pthread_cond_wait(&mCond, &mutex.mMutex);
    [all...]
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 442 Mutex::Autolock lock(mMutex);
444 mCondition.wait(mMutex);
450 Mutex::Autolock lock(mMutex);
456 Mutex mMutex;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 582 pthread_mutex_t mMutex;
    [all...]

Completed in 1187 milliseconds