Searched refs:deviceInfo (Results 1 – 3 of 3) sorted by relevance
97 AudioDeviceInfo deviceInfo = deviceList[index]; in test_devicesInfoFields() local100 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 …]
124 android::String8 deviceInfo; in main() local125 if (!client->getAudio()->getDeviceInfo(deviceInfo)) { in main()130 Settings::Instance()->addSetting(Settings::EDEVICE_INFO, deviceInfo); in main()
291 final MtpDeviceInfo deviceInfo = mMtpDevice.getDeviceInfo();292 assertNotNull(deviceInfo.getOperationsSupported());293 assertTrue(deviceInfo.isOperationSupported(MtpConstants.OPERATION_SEND_OBJECT_INFO));294 assertTrue(deviceInfo.isOperationSupported(MtpConstants.OPERATION_SEND_OBJECT));