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

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 108 Mutex done_mutex_;
155 Mutex mutex_;
156 Mutex init_blocker_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 73 register_lock_ = new Mutex;
110 static Mutex* register_lock_; // multithreading lock
120 Mutex *FstRegister<A>::register_lock_ = 0;
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 50 static Mutex& threadCountMutex()
52 AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex);
53 return mutex;
105 // Mutex protection is necessary to ensure that m_threadID is initialized when the thread starts.
226 // Mutex protection is necessary because stop() can be called before the context is fully created.
  /frameworks/av/include/media/
MediaPlayerInterface.h 187 Mutex::Autolock autoLock(mNotifyLock);
193 Mutex::Autolock autoLock(mNotifyLock);
204 Mutex mNotifyLock;
mediarecorder.h 251 Mutex mLock;
252 Mutex mNotifyLock;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 62 Mutex::Autolock autoLock(mLock);
83 Mutex::Autolock autoLock(mLock);
101 Mutex::Autolock autoLock(mLock);
  /frameworks/av/media/libstagefright/
DataSource.cpp 70 Mutex DataSource::gSnifferMutex;
79 Mutex::Autolock autoLock(gSnifferMutex);
99 Mutex::Autolock autoLock(gSnifferMutex);
NuCachedSource2.cpp 218 Mutex::Autolock autoLock(mLock);
285 Mutex::Autolock autoLock(mLock);
299 Mutex::Autolock autoLock(mLock);
319 Mutex::Autolock autoLock(mLock);
385 Mutex::Autolock autoLock(mLock);
423 Mutex::Autolock autoLock(mLock);
465 Mutex::Autolock autoSerializer(mSerializer);
469 Mutex::Autolock autoLock(mLock);
508 Mutex::Autolock autoLock(mLock);
513 Mutex::Autolock autoLock(mLock)
    [all...]
WVMExtractor.cpp 45 static Mutex gWVMutex;
50 Mutex::Autolock autoLock(gWVMutex);
169 Mutex::Autolock autoLock(gWVMutex);
AudioSource.cpp 104 Mutex::Autolock autoLock(mLock);
151 Mutex::Autolock autoLock(mLock);
169 Mutex::Autolock autoLock(mLock);
217 Mutex::Autolock autoLock(mLock);
266 Mutex::Autolock autoLock(mLock);
278 Mutex::Autolock autoLock(mLock);
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 57 Mutex::Autolock l(mInputMutex);
64 Mutex::Autolock l(mInputMutex);
79 Mutex::Autolock l(mStateMutex);
95 Mutex::Autolock l(mInputMutex);
108 Mutex::Autolock l(mInputMutex);
121 Mutex::Autolock l(mInputMutex);
192 Mutex::Autolock l(mStateMutex);
198 Mutex::Autolock l(mStateMutex);
218 Mutex::Autolock l(mInputMutex);
240 Mutex::Autolock l(mInputMutex)
    [all...]
  /frameworks/native/libs/gui/
CpuConsumer.cpp 51 Mutex::Autolock _l(mMutex);
66 Mutex::Autolock _l(mMutex);
118 Mutex::Autolock _l(mMutex);
  /frameworks/native/services/sensorservice/
BatteryService.cpp 64 Mutex::Autolock _l(mActivationsLock);
76 Mutex::Autolock _l(mActivationsLock);
106 Mutex::Autolock _l(mActivationsLock);
SensorService.cpp 203 Mutex::Autolock _l(mLock);
322 Mutex::Autolock _l(mLock);
352 Mutex::Autolock _l(mLock);
359 Mutex::Autolock _l(mLock);
394 Mutex::Autolock _l(mLock);
434 Mutex::Autolock _l(mLock);
485 Mutex::Autolock _l(mLock);
578 Mutex::Autolock _l(mConnectionLock);
587 Mutex::Autolock _l(mConnectionLock);
595 Mutex::Autolock _l(mConnectionLock)
    [all...]
  /frameworks/native/services/surfaceflinger/
Client.cpp 59 Mutex::Autolock _l(mLock);
67 Mutex::Autolock _l(mLock);
79 Mutex::Autolock _l(mLock);
  /frameworks/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 130 Mutex::Autolock _l(mBufferSourceLock);
134 android::Mutex::Autolock autoLock(mPcmFormatLock);
197 android::Mutex::Autolock autoLock(mPcmFormatLock);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 187 Mutex::Autolock lock(&mLock);
202 Mutex::Autolock lock(&mLock);
221 Mutex::Autolock lock(&mLock);
  /external/valgrind/main/drd/tests/
tc09_bad_unlock.stderr.exp 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
6 mutex 0x........ was first observed at:
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
16 mutex 0x........ was first observed at:
22 The object at address 0x........ is not a mutex.
27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
30 mutex 0x........ was first observed at
    [all...]
  /frameworks/av/cmds/stagefright/
stream.cpp 137 Mutex mLock;
208 Mutex::Autolock autoLock(mLock);
246 Mutex::Autolock autoLock(mLock);
269 Mutex::Autolock autoLock(mLock);
278 Mutex::Autolock autoLock(mLock);
289 Mutex mLock;
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 89 Mutex::Autolock lock(mMutex);
127 Mutex::Autolock lock(mMutex);
137 Mutex::Autolock lock(mMutex);
156 Mutex::Autolock lock(c->mMutex);
176 Mutex::Autolock lock(mMutex);
191 Mutex::Autolock lock(mMutex);
  /development/tools/emulator/system/camera/fake-pipeline2/
Sensor.cpp 150 Mutex::Autolock lock(mControlMutex);
156 Mutex::Autolock lock(mControlMutex);
162 Mutex::Autolock lock(mControlMutex);
168 Mutex::Autolock lock(mControlMutex);
174 Mutex::Autolock lock(mControlMutex);
187 Mutex::Autolock lock(mReadoutMutex);
231 Mutex::Autolock lock(mControlMutex);
272 Mutex::Autolock lock(mReadoutMutex);
  /external/chromium/android/ui/base/l10n/
l10n_util.cc 45 android::Mutex mGetStringLock;
65 android::Mutex::Autolock lock(mGetStringLock);
  /external/webkit/Source/WebCore/bindings/v8/
DOMDataStore.cpp 110 WTF::Mutex& DOMDataStore::allStoresMutex()
112 DEFINE_STATIC_LOCAL(WTF::Mutex, staticDOMDataListMutex, ());
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 73 android::Mutex::Autolock lock(m_transferQueueItemLocks);
82 android::Mutex::Autolock lock(m_transferQueueItemLocks);
103 android::Mutex::Autolock lock(m_transferQueueItemLocks);
260 android::Mutex::Autolock lock(m_transferQueueItemLocks);
320 android::Mutex::Autolock lock(m_transferQueueItemLocks);
416 android::Mutex::Autolock lock(m_transferQueueItemLocks);
447 android::Mutex::Autolock lock(m_transferQueueItemLocks);
513 android::Mutex::Autolock lock(m_transferQueueItemLocks);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 87 mutable Mutex mLock;
130 mutable Mutex mLockSem;

Completed in 2376 milliseconds

<<11121314151617181920>>