Searched refs:channelConfig (Results 1 – 1 of 1) sorted by relevance
36 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) { in BluetoothAudioConfig() argument38 mChannelConfig = channelConfig; in BluetoothAudioConfig()78 int channelConfig = in.readInt();80 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);