Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDeviceUtils.java34 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in hasOutputDevice() local
39 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_INPUTS); in hasInputDevice() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java113 private void scanPeripheralList(AudioDeviceInfo[] devices) { in scanPeripheralList()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java163 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in test_getBondedDevices() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java339 JSONObject[] devices = new JSONObject[vkjson.length()]; in getVulkanDevices() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java351 String[] devices; in openCameraDevice() local
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java373 JSONArray devices = parent.getJSONArray(KEY_DEVICES); in emitDevices() local