Searched refs:enableOptionalCodecs (Results 1 – 5 of 5) sorted by relevance
305 mA2dpCodecConfig.enableOptionalCodecs(mTestDevice, mCodecConfigSbc); in testEnableOptionalCodecs()310 mA2dpCodecConfig.enableOptionalCodecs(mTestDevice, mCodecConfigAac); in testEnableOptionalCodecs()313 mA2dpCodecConfig.enableOptionalCodecs(mTestDevice, mCodecConfigAptx); in testEnableOptionalCodecs()316 mA2dpCodecConfig.enableOptionalCodecs(mTestDevice, mCodecConfigAptxHd); in testEnableOptionalCodecs()319 mA2dpCodecConfig.enableOptionalCodecs(mTestDevice, mCodecConfigLdac); in testEnableOptionalCodecs()
738 public void enableOptionalCodecs(BluetoothDevice device) { in enableOptionalCodecs() method in A2dpService759 mA2dpCodecConfig.enableOptionalCodecs(device, codecStatus.getCodecConfig()); in enableOptionalCodecs()1068 enableOptionalCodecs(device); in updateOptionalCodecsSupport()1285 public void enableOptionalCodecs(BluetoothDevice device) { in enableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder1290 service.enableOptionalCodecs(device); in enableOptionalCodecs()
93 void enableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in enableOptionalCodecs() method in A2dpCodecConfig
112 mBluetoothA2dp.enableOptionalCodecs(null); // Use current active device in writeConfigurationValues()