Searched refs:switch_res (Results 1 – 4 of 4) sorted by relevance
977 p_scb->q_info.open.switch_res = BTA_AV_RS_OK; in bta_av_sys_rs_cback()983 p_scb->q_info.open.switch_res = BTA_AV_RS_FAIL; in bta_av_sys_rs_cback()1569 dprintf(fd, " Switch result: %d\n", p_scb->q_info.open.switch_res); in bta_debug_av_dump()1575 dprintf(fd, " Switch result: %d\n", p_scb->open_api.switch_res); in bta_debug_av_dump()
590 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; in bta_av_switch_role() local608 switch_res = BTA_AV_RS_DONE; in bta_av_switch_role()614 switch_res = BTA_AV_RS_FAIL; in bta_av_switch_role()617 if (switch_res != BTA_AV_RS_NONE) { in bta_av_switch_role()623 p_buf->switch_res = switch_res; in bta_av_switch_role()695 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res()745 p_data->api_open.switch_res, bta_av_cb.audio_open_cnt); in bta_av_do_disc_a2dp()749 switch (p_data->api_open.switch_res) { in bta_av_do_disc_a2dp()
168 p_buf->switch_res = BTA_AV_RS_NONE; in BTA_AvOpen()
268 tBTA_AV_RS_RES switch_res; member