Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAudioConfig.java36 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) { in BluetoothAudioConfig() argument
38 mChannelConfig = channelConfig; in BluetoothAudioConfig()
78 int channelConfig = in.readInt();
80 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);