Home
last modified time | relevance | path

Searched defs:codec_config (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc260 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 …]
Dcodec_status_hidl.cc221 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()
Da2dp_encoding_hidl.cc242 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/
Dcodec_status_aidl.cc225 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()
Da2dp_encoding_aidl.cc294 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/
Dmock_codec_interface.cc39 const LeAudioCodecConfiguration& codec_config) { in InitEncoder()
43 const LeAudioCodecConfiguration& codec_config, in InitDecoder()
Dcodec_interface.cc269 const LeAudioCodecConfiguration& codec_config) { in InitEncoder()
273 const LeAudioCodecConfiguration& codec_config, in InitDecoder()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc56 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/
Dbta_av_co.cc71 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/
Dbtif_a2dp_control.cc162 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/
Dhearing_aid_audio_source.cc236 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/
Da2dp_encoding.h101 uint8_t codec_config[AVDT_CODEC_SIZE]; member
Da2dp_encoding_host.cc113 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()
Da2dp_encoding.cc207 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info()
/packages/modules/Bluetooth/system/test/mock/
Dmock_a2dp_codec_config.cc122 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()
Dmock_audio_hal_interface_a2dp_encoding.cc115 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info()
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h103 uint8_t codec_config[AVDT_CODEC_SIZE]; // Current codec configuration variable
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_test.cc739 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
Dstate_machine_test.cc433 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/
Dcom_android_bluetooth_a2dp.cpp100 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/
Dle_audio_shim.cc53 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/
Daudio_hearing_aid_hw.cc537 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/
Daudio_a2dp_hw.cc534 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/
Dstack_a2dp_test.cc986 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/
Da2dp_codec_api.h315 void setCurrentCodecConfig(A2dpCodecConfig* codec_config) { in setCurrentCodecConfig()

12