Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java38 public int[] mChannelIndexMasks; field in PeripheralProfile.ProfileAttributes
82 mOutputAttributes.mChannelIndexMasks = in PeripheralProfile()
97 mInputAttributes.mChannelIndexMasks = inDeviceInfo.getChannelIndexMasks(); in PeripheralProfile()
111 ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(), attribs.mChannelIndexMasks) && in matches()
161 attribs.mChannelIndexMasks = parseIntList(xmlAtts.getValue(kAttr_ChanIndexMasks)); in parseProfileAttributes()