Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java540 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices() local
542 for (int queueIdx = 0; queueIdx < queues.length(); queueIdx++) { in emitDevices()
543 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices()