Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DGLProducerThread.java54 int frames, int delayMs, Semaphore semaphore) { in GLProducerThread()
64 Semaphore semaphore) { in GLProducerThread()
69 int delayMs, Semaphore semaphore) { in GLProducerThread()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DUtilsTest.java53 final Semaphore semaphore = new Semaphore(0); in testListenerList() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockedNumberUtil.java74 final Semaphore semaphore = new Semaphore(0); in runBlockedNumberService() local
/cts/tests/tests/os/src/android/os/cts/
DPowerManager_WakeLockTest.java101 final Semaphore semaphore = new Semaphore(0); in testWakeLockCallback() local
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.h68 VkSemaphore semaphore() { return mSemaphore; } in semaphore() function
DVulkanTestHelpers.cpp808 VkSemaphore semaphore, in renderImageAndReadback()
826 VkSemaphore semaphore, in renderImageAndReadback()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java3341 final Semaphore semaphore = new Semaphore(0); in testCallNotificationListener_callstyleNotificationPosted() local
3389 final Semaphore semaphore = new Semaphore(0); in testCallNotificationListener_nonCallStyleNotificationPosted() local
3422 final Semaphore semaphore = new Semaphore(0); in testCallNotificationListener_unregisterListener() local
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DMockSatelliteServiceManager.java1445 MockPointingUiActivityStatusReceiver(Semaphore semaphore) { in MockPointingUiActivityStatusReceiver()