Searched refs:channelCounts (Results 1 – 3 of 3) sorted by relevance
377 int[] channelCounts = deviceInfo.getChannelCounts(); in testInputDevices() local383 if (channelCounts.length > 0) { in testInputDevices()384 for (int numChannels : channelCounts) { in testInputDevices()468 int[] channelCounts = deviceInfo.getChannelCounts(); in testOutputDevices() local474 if (channelCounts.length > 0) { in testOutputDevices()475 for (int numChannels : channelCounts) { in testOutputDevices()
47 int[] channelCounts = adi.getChannelCounts(); in toString() local48 sb.append(intArrayToString(channelCounts)); in toString()