Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java305 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java738 public void enableOptionalCodecs(BluetoothDevice device) { in enableOptionalCodecs() method in A2dpService
759 mA2dpCodecConfig.enableOptionalCodecs(device, codecStatus.getCodecConfig()); in enableOptionalCodecs()
1068 enableOptionalCodecs(device); in updateOptionalCodecsSupport()
1285 public void enableOptionalCodecs(BluetoothDevice device) { in enableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder
1290 service.enableOptionalCodecs(device); in enableOptionalCodecs()
DA2dpCodecConfig.java93 void enableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in enableOptionalCodecs() method in A2dpCodecConfig
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioCodecPreferenceController.java112 mBluetoothA2dp.enableOptionalCodecs(null); // Use current active device in writeConfigurationValues()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java112 mBluetoothA2dp.enableOptionalCodecs(null); // Use current active device in writeConfigurationValues()