Searched refs:co_started (Results 1 – 4 of 4) sorted by relevance
1524 if (p_scb->co_started) { in bta_av_do_close()2057 if (p_scb->co_started) { in bta_av_str_stopped()2059 p_scb->co_started = FALSE; in bta_av_str_stopped()2366 p_scb->co_started = bta_av_cb.audio_open_cnt; in bta_av_start_ok()2367 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()2407 p_scb->co_started = TRUE; in bta_av_start_ok()2424 p_scb->co_started = FALSE; in bta_av_start_ok()2445 if (p_scb->started == FALSE && p_scb->co_started == FALSE) { in bta_av_start_failed()2501 if (p_scb->co_started) { in bta_av_str_closed()2536 if (p_scb->co_started) { in bta_av_clr_cong()[all …]
854 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_chk_start()857 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_chk_start()858 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()859 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_chk_start()997 if ( p_scb && p_scb->co_started && (p_scb->sco_suspend == FALSE)) { in bta_av_sco_chg_cback()1171 p_scbi && p_scbi->co_started ) { /* scb is used and started */ in bta_av_dup_audio_buf()
1236 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()1238 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_conn_chg()1239 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()1240 … L2CA_SetFlushTimeout(p_scbi->peer_addr, p_bta_av_cfg->p_audio_flush_to[p_scbi->co_started - 1] ); in bta_av_conn_chg()
464 UINT8 co_started; /* non-zero, if stream started from call-out perspective */ member