Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.cc286 A2dpCodecConfig* a2dp_codec_configs = bta_av_get_a2dp_current_codec(); in a2dp_get_selected_hal_codec_config() local
287 if (a2dp_codec_configs == nullptr) { in a2dp_get_selected_hal_codec_config()
292 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_codec_config()
294 a2dp_codec_configs->getCodecSpecificConfig(&a2dp_offload); in a2dp_get_selected_hal_codec_config()
541 codec_config->encodedAudioBitrate = a2dp_codec_configs->getTrackBitRate(); in a2dp_get_selected_hal_codec_config()
546 int effectiveMtu = a2dp_codec_configs->getEffectiveMtu(); in a2dp_get_selected_hal_codec_config()
558 A2dpCodecConfig* a2dp_codec_configs = bta_av_get_a2dp_current_codec(); in a2dp_get_selected_hal_pcm_config() local
559 if (a2dp_codec_configs == nullptr) { in a2dp_get_selected_hal_pcm_config()
566 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()