Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java60 && mCodecSpecificConfig.equals(other.getCodecSpecificConfig()) in equals()
104 public BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig() { in getCodecSpecificConfig() method in BluetoothLeBroadcastSubgroup
230 mCodecSpecificConfig = original.getCodecSpecificConfig(); in Builder()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc233 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpSbcToHalConfig()
322 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAacToHalConfig()
384 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAptxToHalConfig()
419 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpLdacToHalConfig()
478 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpOpusToHalConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc230 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpSbcToHalConfig()
320 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAacToHalConfig()
383 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAptxToHalConfig()
419 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpLdacToHalConfig()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecConfigFuzzFunctions.h105 codec_config->getCodecSpecificConfig(&a2dp_offload);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc139 bool A2dpCodecConfig::getCodecSpecificConfig( in getCodecSpecificConfig() function in A2dpCodecConfig
Dmock_a2dp_codec_config.cc130 bool A2dpCodecConfig::getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload) { in getCodecSpecificConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h89 bool getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc196 bool A2dpCodecConfig::getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload) { in getCodecSpecificConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3421 if (!CodecConfig->getCodecSpecificConfig(p_a2dp_offload)) { in bta_av_offload_codec_builder()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt736 …hod @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig();