Searched refs:switch_res (Results 1 – 4 of 4) sorted by relevance
953 p_scb->q_info.open.switch_res = BTA_AV_RS_OK; in bta_av_sys_rs_cback()960 p_scb->q_info.open.switch_res = BTA_AV_RS_FAIL; in bta_av_sys_rs_cback()1454 dprintf(fd, " Switch result: %d\n", p_scb->q_info.open.switch_res); in bta_debug_av_dump()1461 dprintf(fd, " Switch result: %d\n", p_scb->open_api.switch_res); in bta_debug_av_dump()
628 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; in bta_av_switch_role() local647 switch_res = BTA_AV_RS_DONE; in bta_av_switch_role()653 switch_res = BTA_AV_RS_FAIL; in bta_av_switch_role()656 if (switch_res != BTA_AV_RS_NONE) { in bta_av_switch_role()662 p_buf->switch_res = switch_res; in bta_av_switch_role()727 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res()780 p_data->api_open.use_rc, p_data->api_open.switch_res, in bta_av_do_disc_a2dp()785 switch (p_data->api_open.switch_res) { in bta_av_do_disc_a2dp()
171 p_buf->switch_res = BTA_AV_RS_NONE; in BTA_AvOpen()
243 tBTA_AV_RS_RES switch_res; member