Home
last modified time | relevance | path

Searched refs:mChannelIndexMasks (Results 1 – 2 of 2) 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralAttributesActivity.java105 attribs.mChannelIndexMasks)) { in updateConnectStatus()
108 … " p" + ListsHelper.textFormatHex(attribs.mChannelIndexMasks) + "\n"); in updateConnectStatus()
172 attribs.mChannelIndexMasks)) { in updateConnectStatus()
175 … " p" + ListsHelper.textFormatHex(attribs.mChannelIndexMasks) + "\n"); in updateConnectStatus()