Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java44 ProfileAttributes mOutputAttributes; field in PeripheralProfile
57 return mOutputAttributes; in getOutputAttributes()
79 mOutputAttributes = new ProfileAttributes(); in PeripheralProfile()
80 mOutputAttributes.mChannelCounts = in PeripheralProfile()
82 mOutputAttributes.mChannelIndexMasks = in PeripheralProfile()
84 mOutputAttributes.mChannelPositionMasks = in PeripheralProfile()
86 mOutputAttributes.mEncodings = outDeviceInfo.getEncodings(); in PeripheralProfile()
87 mOutputAttributes.mSampleRates = outDeviceInfo.getSampleRates(); in PeripheralProfile()
89 mOutputAttributes = null; in PeripheralProfile()
183 mOutputAttributes = new ProfileAttributes(); in startElement()
[all …]