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

<<11121314

  /frameworks/base/include/media/stagefright/
OMXCodec.h 158 Mutex mLock;
  /frameworks/base/include/ui/
EventHub.h 261 mutable Mutex mLock;
  /frameworks/base/media/libstagefright/
NuHTTPDataSource.cpp 228 Mutex::Autolock autoLock(mLock);
MPEG4Writer.cpp 513 Mutex::Autolock autolock(mLock);
900 Mutex::Autolock autoLock(mLock);
908 Mutex::Autolock autoLock(mLock);
913 Mutex::Autolock autolock(mLock);
1080 Mutex::Autolock autolock(mLock);
    [all...]
  /frameworks/base/services/surfaceflinger/
LayerBase.h 327 mutable Mutex mLock;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 314 Mutex mLock;
  /hardware/msm7k/libaudio/
AudioHardware.h 249 Mutex mLock;
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 521 internal::Mutex test_properites_mutex_;
819 Mutex mutex_; // protects all internal state
838 // the methods under a mutex, as this class is not accessible by a
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 682 Mutex mutex_; // protects all internal state
733 // the methods under a mutex, as this class is not accessible by a
    [all...]
  /external/v8/src/
platform-freebsd.cc 469 class FreeBSDMutex : public Mutex {
495 pthread_mutex_t mutex_; // Pthread mutex for POSIX platforms.
499 Mutex* OS::CreateMutex() {
platform-linux.cc 563 class LinuxMutex : public Mutex {
589 pthread_mutex_t mutex_; // Pthread mutex for POSIX platforms.
593 Mutex* OS::CreateMutex() {
globals.h 277 class Mutex;
top.h 379 // Mutex for serializing access to break control structures.
380 static Mutex* break_access_;
v8threads.cc 264 Mutex* ThreadManager::mutex_ = OS::CreateMutex();
log-utils.cc 128 Mutex* Log::mutex_ = NULL;
  /external/webkit/WebCore/storage/
DatabaseTracker.cpp 735 // Make sure not to hold the m_openDatabaseMapGuard mutex when calling
770 static Mutex& notificationMutex()
772 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
773 return mutex;
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 37 : lock(Mutex::SHARED), cv(Condition::SHARED)
217 Mutex::Autolock _l(client.lock);
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /frameworks/base/cmds/runtime/
main_runtime.cpp 66 extern Mutex gEventQMutex;
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 56 static Mutex sLock;
113 Mutex::Autolock l(sLock);
120 Mutex::Autolock l(sLock);
  /device/samsung/crespo/libaudio2/
AudioHardware.cpp 207 Mutex::Autolock lock(mLock);
240 Mutex::Autolock lock(mLock);
268 Mutex::Autolock lock(mLock);
294 Mutex::Autolock lock(mLock);
315 // bump thread priority to speed up mutex acquisition
319 // Mutex acquisition order is always out -> in -> hw
330 // mutex is released
349 // mutex is released
577 static bool tryLock(Mutex& mutex)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 115 #include "mutex.h"
661 Mutex lock_;
664 static Mutex global_registry_lock_; // guards creation of global_registry_
672 Mutex FlagRegistry::global_registry_lock_;
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 456 Mutex::Autolock lock(mSkipFrameLock);
624 Mutex::Autolock lock(mStateLock);
768 Mutex::Autolock lock(mStateLock);
    [all...]
  /external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.cpp 105 Mutex m_workerDocumentsLock;
390 // Creates a new SharedWorkerProxy or returns an existing one from the repository. Must only be called while the repository mutex is held.
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 104 Mutex mLock;

Completed in 2107 milliseconds

<<11121314