Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java70 AudioDeviceInfo outDeviceInfo, in PeripheralProfile() argument
76 if (outDeviceInfo != null) { in PeripheralProfile()
77 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
81 outDeviceInfo.getChannelCounts(); in PeripheralProfile()
83 outDeviceInfo.getChannelIndexMasks(); in PeripheralProfile()
85 outDeviceInfo.getChannelMasks(); in PeripheralProfile()
86 mOutputAttributes.mEncodings = outDeviceInfo.getEncodings(); in PeripheralProfile()
87 mOutputAttributes.mSampleRates = outDeviceInfo.getSampleRates(); in PeripheralProfile()
93 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()