Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc313 A2dpCodecConfig* a2dp_codec_configs = bta_av_get_a2dp_current_codec(); in a2dp_get_selected_hal_pcm_config() local
314 if (a2dp_codec_configs == nullptr) { in a2dp_get_selected_hal_pcm_config()
320 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc368 A2dpCodecConfig* a2dp_codec_configs = bta_av_get_a2dp_current_codec(); in a2dp_get_selected_hal_pcm_config() local
369 if (a2dp_codec_configs == nullptr) { in a2dp_get_selected_hal_pcm_config()
375 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()