Searched refs:queue (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageQueueTest.java | 221 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/ |
D | MediaSessionTest.java | 169 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/ |
D | Android.mk | 24 appendix-b-1-1-buffer-queue.cpp \
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 543 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/ |
D | InstrumentationTest.java | 677 public void takeInputQueue(InputQueue.Callback queue) { in takeInputQueue() argument
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 17255 java.lang.ref.ReferenceQueue queue
|
D | classes.out.dex | 143998 private java.lang.ref.ReferenceQueue queue
|