Searched refs:mChannelCounts (Results 1 – 2 of 2) sorted by relevance
37 public int[] mChannelCounts; field in PeripheralProfile.ProfileAttributes80 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()
197 … } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) { in updateConnectStatus()200 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) +"\n"); in updateConnectStatus()247 … } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) { in updateConnectStatus()250 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) + "\n"); in updateConnectStatus()