Searched refs:A2DP_CodecInfoString (Results 1 – 6 of 6) sorted by relevance
918 A2DP_CodecInfoString(p_codec_info).c_str()); in ProcessSourceGetConfig()1062 A2DP_CodecInfoString(p_codec_info).c_str()); in ProcessSinkGetConfig()1183 A2DP_CodecInfoString(p_codec_info).c_str()); in ProcessSetConfig()1446 LOG(INFO) << __func__ << ": codec = " << A2DP_CodecInfoString(codec_config_); in SetActivePeer()1998 A2DP_CodecInfoString(new_codec_config).c_str()); in SaveNewCodecConfig()2023 << ", codec: " << A2DP_CodecInfoString(p_ota_codec_config); in SetCodecOtaConfig()2051 << A2DP_CodecInfoString(result_codec_config); in SetCodecOtaConfig()
994 A2DP_CodecInfoString(p_evt_cfg->codec_info).c_str()); in bta_av_config_ind()1569 A2DP_CodecInfoString(p_scb->peer_cap.codec_info).c_str()); in bta_av_save_caps()1586 A2DP_CodecInfoString(cfg.codec_info).c_str()); in bta_av_save_caps()1726 A2DP_CodecInfoString(p_scb->cfg.codec_info).c_str()); in bta_av_getcap_results()1743 A2DP_CodecInfoString(p_scb->cfg.codec_info).c_str()); in bta_av_getcap_results()2046 A2DP_CodecInfoString(p_scb->peer_cap.codec_info).c_str()); in bta_av_reconfig()2048 A2DP_CodecInfoString(p_scb->cfg.codec_info).c_str()); in bta_av_reconfig()2050 A2DP_CodecInfoString(p_rcfg->codec_info).c_str()); in bta_av_reconfig()2074 A2DP_CodecInfoString(p_scb->cfg.codec_info).c_str()); in bta_av_reconfig()2806 A2DP_CodecInfoString(p_scb->cfg.codec_info).c_str()); in bta_av_suspend_cont()[all …]
575 A2DP_CodecInfoString(p_scb->stream_config.cfg.codec_info).c_str()); in avdt_scb_hdl_setconfig_cmd()578 A2DP_CodecInfoString(p_data->msg.config_cmd.p_cfg->codec_info).c_str()); in avdt_scb_hdl_setconfig_cmd()1179 A2DP_CodecInfoString(p_data->msg.config_cmd.p_cfg->codec_info).c_str()); in avdt_scb_snd_reconfig_req()1285 A2DP_CodecInfoString(p_data->msg.config_cmd.p_cfg->codec_info).c_str()); in avdt_scb_snd_setconfig_req()
492 A2DP_CodecInfoString(p_cfg->codec_info).c_str()); in AVDT_OpenReq()
733 std::string A2DP_CodecInfoString(const uint8_t* p_codec_info);
1475 std::string A2DP_CodecInfoString(const uint8_t* p_codec_info) { in A2DP_CodecInfoString() function