Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionTest.java44 final Semaphore lock = new Semaphore(0); in testStateCallbacks() local
131 final Semaphore lock = new Semaphore(0); in testSetAndGetCallerDisplayName() local
146 final Semaphore lock = new Semaphore(0); in testSetAndGetAddress() local
161 final Semaphore lock = new Semaphore(0); in testSetAndGetConnectionCapabilities() local
178 final Semaphore lock = new Semaphore(0); in testSetAndGetConnectionProperties() local
194 final Semaphore lock = new Semaphore(0); in testSetAndGetDisconnectCause() local
213 final Semaphore lock = new Semaphore(0); in testSetAndGetAudioModeIsVoip() local
227 final Semaphore lock = new Semaphore(0); in testSetAndGetExtras() local
254 final Semaphore lock = new Semaphore(0); in testPutExtras() local
281 final Semaphore lock = new Semaphore(0); in testRemoveExtras() local
[all …]
DMockCallScreeningService.java38 public Semaphore lock = new Semaphore(0); field in MockCallScreeningService.CallScreeningServiceCallbacks
DTestUtils.java232 final CountDownLatch lock = new CountDownLatch(1); in waitOnLocalMainLooper() local
287 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown()
308 public static CountDownLatch waitForLock(CountDownLatch lock) { in waitForLock()
DMockConnectionService.java60 public Semaphore lock = new Semaphore(0); field in MockConnectionService
DCtsSelfManagedConnectionService.java201 public boolean waitForUpdate(int lock) { in waitForUpdate()
DMockInCallService.java47 public Semaphore lock = new Semaphore(0); field in MockInCallService.InCallServiceCallbacks
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp58 std::lock_guard<std::mutex> lock(thiz->mMutex); in onAvailable() local
70 std::lock_guard<std::mutex> lock(thiz->mMutex); in onUnavailable() local
77 std::lock_guard<std::mutex> lock(mMutex); in resetCount() local
84 std::lock_guard<std::mutex> lock(mMutex); in getAvailableCount() local
89 std::lock_guard<std::mutex> lock(mMutex); in getUnavailableCount() local
94 std::lock_guard<std::mutex> lock(mMutex); in isAvailable() local
116 std::lock_guard<std::mutex> lock(thiz->mMutex); in onDisconnected() local
127 std::lock_guard<std::mutex> lock(thiz->mMutex); in onError() local
150 std::lock_guard<std::mutex> lock(thiz->mMutex); in onClosed() local
161 std::lock_guard<std::mutex> lock(thiz->mMutex); in onReady() local
[all …]
/cts/tests/tests/graphics/jni/
DImageReaderTestHelpers.cpp75 std::lock_guard<std::mutex> lock(mMutex); in getBufferFromCurrentImage() local
114 std::lock_guard<std::mutex> lock(mMutex); in handleImageAvailable() local
/cts/tests/tests/os/src/android/os/cts/
DPowerManager_WakeLockTest.java74 final WakeLock lock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in testWakeLockTimeout() local
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp113 android::Mutex::Autolock lock(mWriteLock); in doVprintf() local
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java378 WifiManager.WifiLock lock = wm.createWifiLock("StatsdCTSWifiLock"); in testWifiLock() local
388 WifiManager.MulticastLock lock = wm.createMulticastLock("StatsdCTSMulticastLock"); in testWifiMulticastLock() local
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py62 def lock( device ): member in Power_Monitor
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp325 std::lock_guard<std::mutex> lock(mMutex); in getAcquiredImageCount() local
330 std::lock_guard<std::mutex> lock(mMutex); in HandleImageAvailable() local
/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp127 android::Mutex::Autolock lock(handler->mStateLock); in handlePacket() local
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1021 ReentrantLock lock = new ReentrantLock(); field in StagefrightTest.MediaPlayerCrashListener
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...