Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java221 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenFdIsNull() local
223 queue.addOnFileDescriptorEventListener(null, 0, in testRegisterFileDescriptorCallbackThrowsWhenFdIsNull()
237 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenCallbackIsNull() local
242 queue.addOnFileDescriptorEventListener(reader.getFileDescriptor(), 0, null); in testRegisterFileDescriptorCallbackThrowsWhenCallbackIsNull()
251 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackThrowsWhenFdIsNull() local
253 queue.removeOnFileDescriptorEventListener(null); in testUnregisterFileDescriptorCallbackThrowsWhenFdIsNull()
262 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackDoesNothingWhenFdNotRegistered() local
266 queue.removeOnFileDescriptorEventListener(reader.getFileDescriptor()); in testUnregisterFileDescriptorCallbackDoesNothingWhenFdNotRegistered()
277 final MessageQueue queue = thread.getLooper().getQueue(); in testFileDescriptorCallbacks() local
363 queue.addOnFileDescriptorEventListener(reader.getFD(), in testFileDescriptorCallbacks()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java169 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local
172 queue.add(item); in testConfigureSession()
173 mSession.setQueue(queue); in testConfigureSession()
182 assertEquals(queue.size(), mCallback.mQueue.size()); in testConfigureSession()
187 assertEquals(queue.size(), controller.getQueue().size()); in testConfigureSession()
398 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged() argument
401 mQueue = queue; in onQueueChanged()
/cts/tests/tests/media/libaudiojni/
DAndroid.mk24 appendix-b-1-1-buffer-queue.cpp \
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java543 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices() local
546 emitLong(store, queue, KEY_QUEUE_FLAGS); in emitDevices()
547 emitLong(store, queue, KEY_QUEUE_COUNT); in emitDevices()
548 emitLong(store, queue, KEY_TIMESTAMP_VALID_BITS); in emitDevices()
549 JSONObject extent = queue.getJSONObject(KEY_MIN_IMAGE_TRANSFER_GRANULARITY); in emitDevices()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java677 public void takeInputQueue(InputQueue.Callback queue) { in takeInputQueue() argument
/cts/tools/dex-tools/dex/
Dclasses0.out.dex17255 java.lang.ref.ReferenceQueue queue
Dclasses.out.dex143998 private java.lang.ref.ReferenceQueue queue