Searched refs:co_started (Results 1 – 4 of 4) sorted by relevance
1525 if (p_scb->co_started) in bta_av_do_close()2062 if (p_scb->co_started) in bta_av_str_stopped()2065 p_scb->co_started = FALSE; in bta_av_str_stopped()2409 p_scb->co_started = bta_av_cb.audio_open_cnt; in bta_av_start_ok()2410 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()2458 p_scb->co_started = TRUE; in bta_av_start_ok()2476 p_scb->co_started = FALSE; in bta_av_start_ok()2497 if(p_scb->started == FALSE && p_scb->co_started == FALSE) in bta_av_start_failed()2555 if (p_scb->co_started) in bta_av_str_closed()2589 if(p_scb->co_started) in bta_av_clr_cong()[all …]
879 if(p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_chk_start()883 if(p_scbi->co_started != bta_av_cb.audio_open_cnt) in bta_av_chk_start()885 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()886 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_chk_start()1034 if( p_scb && p_scb->co_started && (p_scb->sco_suspend == FALSE)) in bta_av_sco_chg_cback()1224 p_scbi && p_scbi->co_started ) /* scb is used and started */ in bta_av_dup_audio_buf()
1350 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_conn_chg()1353 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) in bta_av_conn_chg()1355 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()1356 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_conn_chg()
507 UINT8 co_started; /* non-zero, if stream started from call-out perspective */ member