Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java39 public int[] mChannelPositionMasks; field in PeripheralProfile.ProfileAttributes
84 mOutputAttributes.mChannelPositionMasks = in PeripheralProfile()
98 mInputAttributes.mChannelPositionMasks = inDeviceInfo.getChannelMasks(); in PeripheralProfile()
112 ListsHelper.isMatch(deviceInfo.getChannelMasks(), attribs.mChannelPositionMasks) && in matches()
160 attribs.mChannelPositionMasks = parseIntList(xmlAtts.getValue(kAttr_ChanPosMasks)); in parseProfileAttributes()