Searched refs:disableOptionalCodecs (Results 1 – 5 of 5) sorted by relevance
272 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigSbc); in testDisableOptionalCodecs()277 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAac); in testDisableOptionalCodecs()280 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAptx); in testDisableOptionalCodecs()283 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAptxHd); in testDisableOptionalCodecs()286 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigLdac); in testDisableOptionalCodecs()
769 public void disableOptionalCodecs(BluetoothDevice device) { in disableOptionalCodecs() method in A2dpService790 mA2dpCodecConfig.disableOptionalCodecs(device, codecStatus.getCodecConfig()); in disableOptionalCodecs()1071 disableOptionalCodecs(device); in updateOptionalCodecsSupport()1294 public void disableOptionalCodecs(BluetoothDevice device) { in disableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder1299 service.disableOptionalCodecs(device); in disableOptionalCodecs()
116 void disableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in disableOptionalCodecs() method in A2dpCodecConfig
119 mBluetoothA2dp.disableOptionalCodecs(null); // Use current active device in writeConfigurationValues()