Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java37 public int[] mChannelCounts; field in PeripheralProfile.ProfileAttributes
80 mOutputAttributes.mChannelCounts = in PeripheralProfile()
96 mInputAttributes.mChannelCounts = inDeviceInfo.getChannelCounts(); in PeripheralProfile()
110 ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts) && in matches()
159 attribs.mChannelCounts = parseIntList(xmlAtts.getValue(kAttr_ChanCounts)); in parseProfileAttributes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralAttributesActivity.java74 … } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) { in updateConnectStatus()
77 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) +"\n"); in updateConnectStatus()
142 … } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) { in updateConnectStatus()
145 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) + "\n"); in updateConnectStatus()