Searched refs:switch_res (Results 1 – 4 of 4) sorted by relevance
651 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; in bta_av_switch_role() local671 switch_res = BTA_AV_RS_DONE; in bta_av_switch_role()677 switch_res = BTA_AV_RS_FAIL; in bta_av_switch_role()680 if (switch_res != BTA_AV_RS_NONE) in bta_av_switch_role()688 p_buf->switch_res = switch_res; in bta_av_switch_role()756 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res()802 p_data->api_open.use_rc, p_data->api_open.switch_res, bta_av_cb.audio_open_cnt); in bta_av_do_disc_a2d()806 switch(p_data->api_open.switch_res) in bta_av_do_disc_a2d()
180 p_buf->switch_res = BTA_AV_RS_NONE; in BTA_AvOpen()
881 p_scb->q_info.open.switch_res = BTA_AV_RS_OK; in bta_av_sys_rs_cback()883 p_scb->q_info.open.switch_res = BTA_AV_RS_FAIL; in bta_av_sys_rs_cback()
227 tBTA_AV_RS_RES switch_res; member