| /packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
| D | client_interface_hidl_unittest.cc | 258 bool IsCodecOffloadingSupported(const CodecConfiguration& codec_config) { in IsCodecOffloadingSupported() 428 CodecConfiguration codec_config = {}; in SbcCodecConfigurationsGenerator() local 481 for (CodecConfiguration codec_config : sbc_codec_configs) { in TEST_F() local 498 for (CodecConfiguration codec_config : SbcCodecConfigurationsGenerator()) { in TEST_F() local 512 CodecConfiguration codec_config = {}; in AacCodecConfigurationsGenerator() local 555 for (CodecConfiguration codec_config : aac_codec_configs) { in TEST_F() local 572 for (CodecConfiguration codec_config : AacCodecConfigurationsGenerator()) { in TEST_F() local 586 CodecConfiguration codec_config = {}; in LdacCodecConfigurationsGenerator() local 626 for (CodecConfiguration codec_config : ldac_codec_configs) { in TEST_F() local 643 for (CodecConfiguration codec_config : LdacCodecConfigurationsGenerator()) { in TEST_F() local [all …]
|
| D | codec_status_hidl.cc | 215 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 307 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 373 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 412 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 543 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
| D | a2dp_encoding_hidl.cc | 229 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 435 CodecConfiguration codec_config{}; in setup_codec() local
|
| /packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
| D | codec_status_aidl.cc | 222 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 313 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 378 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 416 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 477 bool A2dpOpusToHalConfig(CodecConfiguration* codec_config, in A2dpOpusToHalConfig() 591 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
| D | a2dp_encoding_aidl.cc | 240 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 451 CodecConfiguration codec_config{}; in setup_codec() local
|
| /packages/modules/Bluetooth/system/stack/a2dp/ |
| D | a2dp_codec_config.cc | 57 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config() 118 A2dpCodecConfig* codec_config = nullptr; in createCodec() local 194 uint8_t codec_config[AVDT_CODEC_SIZE]; in getCodecSpecificConfig() local 339 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 407 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 416 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str() 636 A2dpCodecConfig* codec_config = in init() local 983 btav_a2dp_codec_config_t codec_config; in getCodecConfigAndCapabilities() local 1024 for (auto codec_config : ordered_source_codecs_) { in debug_codec_dump() local
|
| D | a2dp_vendor_opus_encoder.cc | 217 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_opus_encoder_update() local
|
| D | a2dp_vendor_ldac_encoder.cc | 201 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_ldac_encoder_update() local
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_a2dp_control.cc | 156 btav_a2dp_codec_config_t codec_config; in btif_a2dp_control_on_get_output_audio_config() local 195 btav_a2dp_codec_config_t codec_config; in btif_a2dp_control_on_set_output_audio_config() local
|
| /packages/modules/Bluetooth/system/bta/hearing_aid/ |
| D | hearing_aid_audio_source.cc | 228 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local 274 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_a2dp_codec_config.cc | 135 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 148 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 320 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str()
|
| D | mock_stack_a2dp_codec_config.cc | 135 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 148 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 320 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str()
|
| /packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
| D | broadcaster_test.cc | 501 const BroadcastCodecWrapper& codec_config, in prepareAnnouncement() 564 BroadcastCodecWrapper codec_config( in TEST_F() local 612 BroadcastCodecWrapper codec_config( in TEST_F() local
|
| D | broadcaster.cc | 151 const BroadcastCodecWrapper& codec_config, in prepareBasicAnnouncement() 279 auto& codec_config = broadcasts_[broadcast_id]->GetCodecConfig(); in UpdateMetadata() local 469 BroadcastCodecWrapper codec_config( in CreateAudioBroadcast() local
|
| D | state_machine_test.cc | 385 const BroadcastCodecWrapper& codec_config, in prepareAnnouncement() 421 BroadcastCodecWrapper codec_config( in TEST_F() local 864 BroadcastCodecWrapper codec_config( in TEST_F() local
|
| /packages/modules/Bluetooth/system/btif/co/ |
| D | bta_av_co.cc | 151 uint8_t codec_config[AVDT_CODEC_SIZE]; // Current codec configuration member in BtaAvCoPeer 1689 btav_a2dp_codec_config_t codec_config = { in ReportSourceCodecState() local 1920 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSourceCodecSelection() 1948 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSinkCodecSelection() 1990 bool BtaAvCo::UpdateSelectableSourceCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSourceCodec() 2025 bool BtaAvCo::UpdateSelectableSinkCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSinkCodec()
|
| /packages/modules/Bluetooth/system/audio_hal_interface/ |
| D | a2dp_encoding_host.cc | 108 btav_a2dp_codec_config_t codec_config; in SetAudioConfig() local
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_a2dp.cpp | 98 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in bta2dp_audio_config_callback() 268 btav_a2dp_codec_config_t codec_config = { in prepareCodecPreferences() local
|
| /packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/ |
| D | audio_hearing_aid_hw.cc | 539 struct ha_stream_common* common, btav_a2dp_codec_config_t* codec_config, in ha_read_output_audio_config() 675 btav_a2dp_codec_config_t codec_config; in ha_write_output_audio_config() local 1194 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1587 btav_a2dp_codec_config_t codec_config; in adev_open_output_stream() local
|
| /packages/modules/Bluetooth/system/audio_a2dp_hw/src/ |
| D | audio_a2dp_hw.cc | 536 struct a2dp_stream_common* common, btav_a2dp_codec_config_t* codec_config, in a2dp_read_output_audio_config() 666 btav_a2dp_codec_config_t codec_config; in a2dp_write_output_audio_config() local 1211 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1623 btav_a2dp_codec_config_t codec_config; in adev_open_output_stream() local
|
| /packages/modules/Bluetooth/system/stack/test/ |
| D | stack_a2dp_test.cc | 993 A2dpCodecConfig* codec_config = A2dpCodecConfig::createCodec(codec_index); in TEST_F() local 1008 A2dpCodecConfig* codec_config; in TEST_F() local
|
| /packages/modules/Bluetooth/system/include/hardware/ |
| D | bt_le_audio.h | 219 BasicAudioAnnouncementCodecConfig codec_config; member
|
| /packages/modules/Bluetooth/system/stack/test/a2dp/ |
| D | a2dp_sbc_unittest.cc | 258 auto* codec_config = a2dp_codecs_->findSourceCodecConfig(kCodecInfoSbcCapability); in TEST_F() local
|
| D | a2dp_aac_unittest.cc | 253 auto* codec_config = a2dp_codecs_->findSourceCodecConfig(kCodecInfoAacCapability); in TEST_F() local
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
| D | btav_shim.cc | 239 btav_a2dp_codec_config_t codec_config, in audio_config_cb()
|