Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 11 of 11) 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
DRoutingTest.java678 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in test_MediaPlayer_RoutingChangedCallback() local
DAudioManagerTest.java1676 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL); in testGetAdditionalOutputDeviceDelay() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java194 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in test_getBondedDevices() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBRestrictRecordAActivity.java150 Object[] devices = deviceCollection.toArray(); in connectUSB() local
DUSBAudioPeripheralNotificationsTest.java184 private void scanDevices(AudioDeviceInfo[] devices) { in scanDevices()
DUSBAudioPeripheralActivity.java186 private void scanPeripheralList(AudioDeviceInfo[] devices) { in scanPeripheralList()
DAudioFrequencyActivity.java179 private void scanPeripheralList(AudioDeviceInfo[] devices) { in scanPeripheralList()
DAudioLoopbackBaseActivity.java152 protected void scanPeripheralList(AudioDeviceInfo[] devices) { in scanPeripheralList()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java385 JSONObject[] devices = new JSONObject[vkjson.length()]; in getVulkanDevices() local
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java385 JSONArray devices = parent.getJSONArray(KEY_DEVICES); in emitDevices() local