Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java45 ProfileAttributes mInputAttributes; field in PeripheralProfile
60 return mInputAttributes; in getInputAttributes()
95 mInputAttributes = new ProfileAttributes(); in PeripheralProfile()
96 mInputAttributes.mChannelCounts = inDeviceInfo.getChannelCounts(); in PeripheralProfile()
97 mInputAttributes.mChannelIndexMasks = inDeviceInfo.getChannelIndexMasks(); in PeripheralProfile()
98 mInputAttributes.mChannelPositionMasks = inDeviceInfo.getChannelMasks(); in PeripheralProfile()
99 mInputAttributes.mEncodings = inDeviceInfo.getEncodings(); in PeripheralProfile()
100 mInputAttributes.mSampleRates = inDeviceInfo.getSampleRates(); in PeripheralProfile()
102 mInputAttributes = null; in PeripheralProfile()
186 mInputAttributes = new ProfileAttributes(); in startElement()
[all …]