Home
last modified time | relevance | path

Searched refs:lock2 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DWatchdogDiagnosticsTest.java37 Object lock2; field in WatchdogDiagnosticsTest.TestThread1
40 public TestThread1(Object lock1, Object lock2) { in TestThread1() argument
43 this.lock2 = lock2; in TestThread1()
59 synchronized(lock2) { in b()
67 Object lock2; field in WatchdogDiagnosticsTest.TestThread2
70 public TestThread2(Object lock1, Object lock2) { in TestThread2() argument
73 this.lock2 = lock2; in TestThread2()
88 synchronized(lock2) { in y()
91 lock2.wait(); in y()
/frameworks/av/services/mediametrics/
DTimeMachine.h256 std::lock_guard lock2(other.mLock);
264 std::lock_guard lock2(other.getLockForKey(lkey));
450 std::lock_guard lock2(getLockForKey(it->first));
DTransactionLog.h79 std::lock_guard lock2(other.mLock);
/frameworks/av/media/bufferpool/2.0/
DClientManager.cpp305 std::unique_lock<std::mutex> lock2(mActive.mMutex); in close() local
321 lock2.unlock(); in close()
437 std::lock_guard<std::mutex> lock2(mActive.mMutex); in cleanUp() local
/frameworks/av/media/bufferpool/1.0/
DClientManager.cpp295 std::lock_guard<std::mutex> lock2(mActive.mMutex); in close() local
381 std::lock_guard<std::mutex> lock2(mActive.mMutex); in cleanUp() local
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp291 std::lock_guard<std::mutex> lock2(mBufferQueueSchedulerLock); in dispatchEvent() local
641 std::lock_guard<std::mutex> lock2(mBufferQueueSchedulerLock); in createSurfaceControl() local