Searched defs:codecConfig (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java292 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { argument
294 if (DBG) Log.d(TAG, "setCodecConfigPreference(): " + Objects.toString(codecConfig));
295 mStateMachine.setCodecConfigPreference(codecConfig);
445 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { argument
448 service.setCodecConfigPreference(codecConfig);
H A DA2dpStateMachine.java215 BluetoothCodecConfig codecConfig;
218 codecConfig = new BluetoothCodecConfig(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC,
223 codecConfigArray[0] = codecConfig;
224 codecConfig = new BluetoothCodecConfig(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC,
229 codecConfigArray[1] = codecConfig;
230 codecConfig = new BluetoothCodecConfig(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX,
235 codecConfigArray[2] = codecConfig;
236 codecConfig = new BluetoothCodecConfig(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD,
241 codecConfigArray[3] = codecConfig;
242 codecConfig
829 setCodecConfigPreference(BluetoothCodecConfig codecConfig) argument
[all...]

Completed in 69 milliseconds