Searched refs:co_started (Results 1 – 4 of 4) sorted by relevance
1485 if (p_scb->co_started) { in bta_av_do_close()2013 if (p_scb->co_started) { in bta_av_str_stopped()2015 p_scb->co_started = FALSE; in bta_av_str_stopped()2322 p_scb->co_started = bta_av_cb.audio_open_cnt; in bta_av_start_ok()2323 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()2363 p_scb->co_started = TRUE; in bta_av_start_ok()2380 p_scb->co_started = FALSE; in bta_av_start_ok()2401 if (p_scb->started == FALSE && p_scb->co_started == FALSE) { in bta_av_start_failed()2457 if (p_scb->co_started) { in bta_av_str_closed()2492 if (p_scb->co_started) { in bta_av_clr_cong()[all …]
825 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_chk_start()828 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_chk_start()829 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()830 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_chk_start()968 if ( p_scb && p_scb->co_started && (p_scb->sco_suspend == FALSE)) { in bta_av_sco_chg_cback()1142 p_scbi && p_scbi->co_started ) { /* scb is used and started */ in bta_av_dup_audio_buf()
1242 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()1244 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_conn_chg()1245 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()1246 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_conn_chg()
448 UINT8 co_started; /* non-zero, if stream started from call-out perspective */ member