HomeSort by relevance Sort by last modified time
    Searched refs:mMutex (Results 26 - 38 of 38) sorted by null

12

  /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/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/media/mtp/
MtpServer.h 69 Mutex mMutex;
MtpServer.cpp 118 Mutex::Autolock autoLock(mMutex);
125 Mutex::Autolock autoLock(mMutex);
308 Mutex::Autolock autoLock(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...]
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 331 // mMutex is the mutex used to prevent concurrent access to the member
334 mutable Mutex mMutex;
  /system/media/wilhelm/src/itf/
IObject.c 772 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);
IEngine.c 246 memset(&thiz->mSndFile.mMutex, 0, sizeof(pthread_mutex_t));
    [all...]
  /system/media/wilhelm/src/
sles_allinclusive.h 272 pthread_mutex_t mMutex; // protects mSNDFILE only
itfstruct.h 38 pthread_mutex_t mMutex;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 195 pthread_mutex_init(&(queue->mMutex), NULL);
212 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
226 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
238 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
328 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
340 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
381 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
392 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
415 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
427 if (pthread_mutex_lock (&(queue->mMutex)) != 0)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 582 pthread_mutex_t mMutex;
    [all...]

Completed in 819 milliseconds

12