Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEnumDevicesTest.java97 AudioDeviceInfo deviceInfo = deviceList[index]; in test_devicesInfoFields() local
100 int id = deviceInfo.getId(); in test_devicesInfoFields()
103 CharSequence productName = deviceInfo.getProductName(); in test_devicesInfoFields()
108 String address = deviceInfo.getAddress(); in test_devicesInfoFields()
113 assertTrue(deviceInfo.isSource() != deviceInfo.isSink()); in test_devicesInfoFields()
116 int[] sampleRates = deviceInfo.getSampleRates(); in test_devicesInfoFields()
121 int[] channelMasks = deviceInfo.getChannelMasks(); in test_devicesInfoFields()
126 int[] indexMasks = deviceInfo.getChannelIndexMasks(); in test_devicesInfoFields()
132 int[] channelCounts = deviceInfo.getChannelCounts(); in test_devicesInfoFields()
137 int[] encodings = deviceInfo.getEncodings(); in test_devicesInfoFields()
[all …]
/cts/suite/audio_quality/executable/src/
Dmain.cpp124 android::String8 deviceInfo; in main() local
125 if (!client->getAudio()->getDeviceInfo(deviceInfo)) { in main()
130 Settings::Instance()->addSetting(Settings::EDEVICE_INFO, deviceInfo); in main()