Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java221 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenFdIsNull() local
237 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenCallbackIsNull() local
251 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackThrowsWhenFdIsNull() local
262 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackDoesNothingWhenFdNotRegistered() local
277 final MessageQueue queue = thread.getLooper().getQueue(); in testFileDescriptorCallbacks() local
406 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks1() local
485 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks2() local
574 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks3() local
662 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks4() local
764 MessageQueue queue = Looper.getMainLooper().getQueue(); in testReleaseSyncBarrierThrowsIfTokenNotValid() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java169 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local
398 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java677 public void takeInputQueue(InputQueue.Callback queue) { in takeInputQueue()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java542 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices() local