Searched refs:co_started (Results 1 – 4 of 4) sorted by relevance
1531 if (p_scb->co_started) in bta_av_do_close()2077 if (p_scb->co_started) in bta_av_str_stopped()2089 p_scb->co_started = FALSE; in bta_av_str_stopped()2417 p_scb->co_started = bta_av_cb.audio_open_cnt; in bta_av_start_ok()2418 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()2466 p_scb->co_started = TRUE; in bta_av_start_ok()2484 p_scb->co_started = FALSE; in bta_av_start_ok()2505 if(p_scb->started == FALSE && p_scb->co_started == FALSE) in bta_av_start_failed()2563 if (p_scb->co_started) in bta_av_str_closed()2597 if(p_scb->co_started) in bta_av_clr_cong()[all …]
855 if(p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_chk_start()859 if(p_scbi->co_started != bta_av_cb.audio_open_cnt) in bta_av_chk_start()861 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()862 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_chk_start()1009 if( p_scb && p_scb->co_started && (p_scb->sco_suspend == FALSE)) in bta_av_sco_chg_cback()1193 if ((p_scbi == NULL) || !p_scbi->co_started) in bta_av_dup_audio_buf()
1371 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_conn_chg()1374 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) in bta_av_conn_chg()1376 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()1377 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_conn_chg()
519 UINT8 co_started; /* non-zero, if stream started from call-out perspective */ member