HomeSort by relevance Sort by last modified time
    Searched refs:Mutex (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/
HTTPStream.cpp 51 Mutex::Autolock autoLock(mLock);
107 Mutex::Autolock autoLock(mLock);
MPEG4Extractor.cpp 63 Mutex mLock;
111 Mutex mLock;
150 Mutex::Autolock autoLock(mLock);
170 Mutex::Autolock autoLock(mLock);
    [all...]
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 115 mutable Mutex mLock;
116 Mutex mMiscStateLock;
OMX.h 121 Mutex mLock;
  /frameworks/base/media/libstagefright/rtsp/
ARTPWriter.cpp 113 Mutex::Autolock autoLock(mLock);
118 Mutex::Autolock autoLock(mLock);
159 Mutex::Autolock autoLock(mLock);
211 Mutex::Autolock autoLock(mLock);
228 Mutex::Autolock autoLock(mLock);
238 Mutex::Autolock autoLock(mLock);
251 Mutex::Autolock autoLock(mLock);
274 Mutex::Autolock autoLock(mLock);
APacketSource.cpp 682 Mutex::Autolock autoLock(mLock);
740 Mutex::Autolock autoLock(mLock);
748 Mutex::Autolock autoLock(mLock);
754 Mutex::Autolock autoLock(mLock);
761 Mutex::Autolock autoLock(mLock);
767 Mutex::Autolock autoLock(mLock);
774 Mutex::Autolock autoLock(mLock);
  /frameworks/base/services/audioflinger/
AudioPolicyService.h 221 Mutex mLock;
233 Mutex mLock; // prevents concurrent access to AudioPolicy manager functions changing device
AudioDumpInterface.h 163 Mutex mLock;
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 66 Mutex::Autolock lock(mLock);
92 Mutex::Autolock lock(mLock);
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 456 Mutex::Autolock _l(mStateLock);
967 Mutex::Autolock _l(mStateLock);
982 Mutex::Autolock _l(mStateLock);
995 Mutex::Autolock _l(mStateLock);
    [all...]
  /external/chromium/third_party/icu/source/common/
serv.cpp 357 Mutex mutex(&lock);
403 inline XMutex(UMTX *mutex, UBool reentering)
404 : fMutex(mutex)
446 // if factory is not null, we're calling from within the mutex,
449 XMutex mutex(&ncthis->lock, factory != NULL);
617 Mutex mutex(&ncthis->lock);
695 Mutex mutex(&ncthis->lock)
    [all...]
  /external/icu4c/common/
serv.cpp 357 Mutex mutex(&lock);
403 inline XMutex(UMTX *mutex, UBool reentering)
404 : fMutex(mutex)
446 // if factory is not null, we're calling from within the mutex,
449 XMutex mutex(&ncthis->lock, factory != NULL);
617 Mutex mutex(&ncthis->lock);
695 Mutex mutex(&ncthis->lock)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 56 static Mutex sLock;
131 Mutex::Autolock l(sLock);
138 Mutex::Autolock l(sLock);
android_media_MediaMetadataRetriever.cpp 43 static Mutex sLock;
300 Mutex::Autolock lock(sLock);
android_media_MediaProfiles.cpp 31 static Mutex sLock;
40 Mutex::Autolock lock(sLock);
  /external/v8/src/
debug.h 566 // Mutex to CommandMessageQueue. Includes logging of all puts and gets.
577 Mutex* lock_;
681 static Mutex* debugger_access_; // Mutex guarding debugger variables.
690 static Mutex* dispatch_handler_access_; // Mutex guarding dispatch handler.
884 Mutex* const mutex_;
  /external/webkit/JavaScriptCore/wtf/
MessageQueue.h 79 mutable Mutex m_mutex;
  /frameworks/base/include/media/
AudioTrack.h 436 Mutex mLock;
  /frameworks/base/include/media/stagefright/
MPEG4Writer.h 82 Mutex mLock;
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 161 mutable Mutex mLock;
  /frameworks/base/include/ui/
InputReader.h 258 Mutex mStateLock;
410 Mutex mLock;
455 Mutex mLock;
510 Mutex mLock;
  /frameworks/base/libs/binder/
Binder.cpp 66 Mutex mLock;
BpBinder.cpp 102 Mutex::Autolock _l(mLock);
115 Mutex::Autolock _l(mLock);
  /frameworks/base/native/android/
storage_manager.cpp 63 Mutex mCallbackLock;
  /frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp 48 static Mutex gPowerManagerLock;

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011>>