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.java59 && mCodecSpecificConfig.equals(other.getCodecSpecificConfig()) in equals()
95 public BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig() { in getCodecSpecificConfig() method in BluetoothLeBroadcastSubgroup
217 mCodecSpecificConfig = original.getCodecSpecificConfig(); in Builder()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc230 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpSbcToHalConfig()
321 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAacToHalConfig()
386 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAptxToHalConfig()
423 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpLdacToHalConfig()
485 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpOpusToHalConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc224 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpSbcToHalConfig()
316 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAacToHalConfig()
382 a2dp_config->getCodecSpecificConfig(&a2dp_offload); in A2dpAptxToHalConfig()
420 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_a2dp_codec_config.cc143 bool A2dpCodecConfig::getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload) { in getCodecSpecificConfig() function in A2dpCodecConfig
Dmock_stack_a2dp_codec_config.cc143 bool A2dpCodecConfig::getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload) { in getCodecSpecificConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h77 bool getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc191 bool A2dpCodecConfig::getCodecSpecificConfig(tBT_A2DP_OFFLOAD* p_a2dp_offload) { in getCodecSpecificConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3342 if (!CodecConfig->getCodecSpecificConfig(p_a2dp_offload)) { in bta_av_offload_codec_builder()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt662 …hod @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig();