| /packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
| D | client_interface_hidl_unittest.cc | 260 bool IsCodecOffloadingSupported(const CodecConfiguration& codec_config) { in IsCodecOffloadingSupported() 430 CodecConfiguration codec_config = {}; in SbcCodecConfigurationsGenerator() local 483 for (CodecConfiguration codec_config : sbc_codec_configs) { in TEST_F() local 500 for (CodecConfiguration codec_config : SbcCodecConfigurationsGenerator()) { in TEST_F() local 514 CodecConfiguration codec_config = {}; in AacCodecConfigurationsGenerator() local 557 for (CodecConfiguration codec_config : aac_codec_configs) { in TEST_F() local 574 for (CodecConfiguration codec_config : AacCodecConfigurationsGenerator()) { in TEST_F() local 588 CodecConfiguration codec_config = {}; in LdacCodecConfigurationsGenerator() local 628 for (CodecConfiguration codec_config : ldac_codec_configs) { in TEST_F() local 645 for (CodecConfiguration codec_config : LdacCodecConfigurationsGenerator()) { in TEST_F() local [all …]
|
| D | codec_status_hidl.cc | 221 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 311 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 374 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 411 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 533 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
| D | a2dp_encoding_hidl.cc | 242 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 445 CodecConfiguration codec_config{}; in setup_codec() local
|
| /packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
| D | codec_status_aidl.cc | 225 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 314 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 376 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 412 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 470 bool A2dpOpusToHalConfig(CodecConfiguration* codec_config, in A2dpOpusToHalConfig() 578 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
| D | a2dp_encoding_aidl.cc | 294 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 574 CodecConfiguration codec_config{}; in setup_codec() local 757 btav_a2dp_codec_config_t* codec_config) { in codec_info()
|
| /packages/modules/Bluetooth/system/bta/le_audio/ |
| D | mock_codec_interface.cc | 39 const LeAudioCodecConfiguration& codec_config) { in InitEncoder() 43 const LeAudioCodecConfiguration& codec_config, in InitDecoder()
|
| D | codec_interface.cc | 269 const LeAudioCodecConfiguration& codec_config) { in InitEncoder() 273 const LeAudioCodecConfiguration& codec_config, in InitDecoder()
|
| /packages/modules/Bluetooth/system/stack/a2dp/ |
| D | a2dp_codec_config.cc | 56 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config() 125 A2dpCodecConfig* codec_config = nullptr; in createCodec() local 199 uint8_t codec_config[AVDT_CODEC_SIZE]; in getCodecSpecificConfig() local 344 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 412 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 421 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str() 640 A2dpCodecConfig* codec_config = in init() local 1001 btav_a2dp_codec_config_t codec_config; in getCodecConfigAndCapabilities() local 1042 for (auto codec_config : ordered_source_codecs_) { in debug_codec_dump() local
|
| /packages/modules/Bluetooth/system/btif/co/ |
| D | bta_av_co.cc | 71 void BtaAvCoState::setCodecConfig(const uint8_t* codec_config) { in setCodecConfig() 98 for (auto* codec_config : in Init() local 1005 btav_a2dp_codec_config_t codec_config = { in ReportSourceCodecState() local 1125 btav_a2dp_codec_config_t codec_config = in GetProviderCodecConfiguration() local 1152 auto* codec_config = reinterpret_cast<A2dpCodecConfigExt*>( in SelectProviderCodecConfiguration() local 1255 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSourceCodecSelection() 1282 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSinkCodecSelection() 1321 bool BtaAvCo::UpdateSelectableSourceCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSourceCodec() 1353 bool BtaAvCo::UpdateSelectableSinkCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSinkCodec()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_a2dp_control.cc | 162 btav_a2dp_codec_config_t codec_config; in btif_a2dp_control_on_get_output_audio_config() local 201 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 | 236 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local 282 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local
|
| /packages/modules/Bluetooth/system/audio_hal_interface/ |
| D | a2dp_encoding.h | 101 uint8_t codec_config[AVDT_CODEC_SIZE]; member
|
| D | a2dp_encoding_host.cc | 113 btav_a2dp_codec_config_t codec_config; in SetAudioConfig() local 325 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info()
|
| D | a2dp_encoding.cc | 207 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_a2dp_codec_config.cc | 122 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 135 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 307 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str()
|
| D | mock_audio_hal_interface_a2dp_encoding.cc | 115 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info()
|
| /packages/modules/Bluetooth/system/btif/include/ |
| D | bta_av_co_peer.h | 103 uint8_t codec_config[AVDT_CODEC_SIZE]; // Current codec configuration variable
|
| /packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
| D | broadcaster_test.cc | 739 const BroadcastSubgroupCodecConfig& codec_config, in prepareAnnouncement() 824 auto codec_config = broadcaster::lc3_mono_16_2; in TEST_F() local 880 auto codec_config = broadcaster::lc3_mono_16_2; in TEST_F() local
|
| D | state_machine_test.cc | 433 const BroadcastSubgroupCodecConfig& codec_config, in prepareAnnouncement() 497 auto codec_config = lc3_mono_16_2; in TEST_F() local 925 auto codec_config = lc3_mono_16_2; in TEST_F() local
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_a2dp.cpp | 100 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in bta2dp_audio_config_callback() 232 btav_a2dp_codec_config_t codec_config = { in prepareCodecPreferences() local
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
| D | le_audio_shim.cc | 53 BtLeAudioCodecConfig codec_config) { in from_rust_btle_audio_codec_config() 65 le_audio::btle_audio_codec_config_t codec_config) { in to_rust_btle_audio_codec_config()
|
| /packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/ |
| D | audio_hearing_aid_hw.cc | 537 struct ha_stream_common* common, btav_a2dp_codec_config_t* codec_config, in ha_read_output_audio_config() 673 btav_a2dp_codec_config_t codec_config; in ha_write_output_audio_config() local 1192 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1585 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 | 534 struct a2dp_stream_common* common, btav_a2dp_codec_config_t* codec_config, in a2dp_read_output_audio_config() 664 btav_a2dp_codec_config_t codec_config; in a2dp_write_output_audio_config() local 1209 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1621 btav_a2dp_codec_config_t codec_config; in adev_open_output_stream() local
|
| /packages/modules/Bluetooth/system/stack/test/ |
| D | stack_a2dp_test.cc | 986 A2dpCodecConfig* codec_config = A2dpCodecConfig::createCodec(codec_index); in TEST_F() local 1001 A2dpCodecConfig* codec_config; in TEST_F() local
|
| /packages/modules/Bluetooth/system/stack/include/ |
| D | a2dp_codec_api.h | 315 void setCurrentCodecConfig(A2dpCodecConfig* codec_config) { in setCurrentCodecConfig()
|