Searched refs:getChannelConfig (Results 1 – 8 of 8) sorted by relevance
45 public int getChannelConfig() { in getChannelConfig() method in Usb10ACInputTerminal76 + ReportCanvas.getHexString(getChannelConfig())); in report()
56 public int getChannelConfig() { in getChannelConfig() method in Usb20ACInputTerminal90 + ReportCanvas.getHexString(getChannelConfig())); in report()
70 public int getChannelConfig() { in getChannelConfig() method in Usb20ASGeneral103 canvas.writeListItem("Channel Config: " + ReportCanvas.getHexString(getChannelConfig())); in report()
43 public int getChannelConfig() { in getChannelConfig() method in Usb10ACMixerUnit100 canvas.writeListItem("Channel Config: " + ReportCanvas.getHexString(getChannelConfig())); in report()
34 int getChannelConfig(); in getChannelConfig() method
46 public int getChannelConfig() { in getChannelConfig() method in Usb20ACMixerUnit
174 static int getChannelConfig(int channelCount) { in getChannelConfig() method in BlockingAudioTrack211 final int channelConfig = getChannelConfig(mChannelCount); in createStreamingAudioTrack()
137 int channelConfig = BlockingAudioTrack.getChannelConfig(channelCount); in start()