Searched refs:switch_res (Results 1 – 4 of 4) sorted by relevance
1001 p_scb->q_info.open.switch_res = BTA_AV_RS_OK; in bta_av_sys_rs_cback()1008 p_scb->q_info.open.switch_res = BTA_AV_RS_FAIL; in bta_av_sys_rs_cback()1515 dprintf(fd, " Switch result: %d\n", p_scb->q_info.open.switch_res); in bta_debug_av_dump()1522 dprintf(fd, " Switch result: %d\n", p_scb->open_api.switch_res); in bta_debug_av_dump()
639 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; in bta_av_switch_role() local658 switch_res = BTA_AV_RS_DONE; in bta_av_switch_role()664 switch_res = BTA_AV_RS_FAIL; in bta_av_switch_role()667 if (switch_res != BTA_AV_RS_NONE) { in bta_av_switch_role()673 p_buf->switch_res = switch_res; in bta_av_switch_role()738 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res()791 p_data->api_open.use_rc, p_data->api_open.switch_res, in bta_av_do_disc_a2dp()796 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