Home
last modified time | relevance | path

Searched refs:p_scbi (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/av/
Dbta_av_main.cc832 tBTA_AV_SCB* p_scbi = bta_av_cb.p_scb[i]; in bta_av_chk_start() local
833 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_chk_start()
836 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_chk_start()
837 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()
839 p_scbi->PeerAddress(), in bta_av_chk_start()
840 p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1]); in bta_av_chk_start()
1040 tBTA_AV_SCB* p_scbi; in bta_av_switch_if_needed()
1046 p_scbi = bta_av_cb.p_scb[i]; in bta_av_switch_if_needed()
1047 if (p_scbi && (p_scb->hdi != i) && /* not the original channel */ in bta_av_switch_if_needed()
1050 BTM_GetRole(p_scbi->PeerAddress(), &role); in bta_av_switch_if_needed()
[all …]
Dbta_av_act.cc1120 tBTA_AV_SCB* p_scbi; in bta_av_conn_chg() local
1277 p_scbi = bta_av_cb.p_scb[i]; in bta_av_conn_chg()
1278 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()
1281 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_conn_chg()
1282 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()
1284 p_scbi->PeerAddress(), in bta_av_conn_chg()
1285 p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1]); in bta_av_conn_chg()
Dbta_av_aact.cc2925 tBTA_AV_SCB* p_scbi = bta_av_cb.p_scb[i]; in bta_av_chk_2nd_start() local
2926 if (p_scb == p_scbi) { in bta_av_chk_2nd_start()
2929 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_chk_2nd_start()
2937 p_scbi->PeerAddress().ToString().c_str()); in bta_av_chk_2nd_start()
2941 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_chk_2nd_start()
2942 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_2nd_start()
2944 p_scbi->PeerAddress(), in bta_av_chk_2nd_start()
2945 p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1]); in bta_av_chk_2nd_start()