Home
last modified time | relevance | path

Searched refs:sep_idx (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/av/
Dbta_av_aact.c589 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) in bta_av_stream_data_cback()
598 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt); in bta_av_stream_data_cback()
750 p_scb->sep_idx = i; in bta_av_adjust_seps_idx()
870 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_role_res()
872 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) in bta_av_role_res()
1296 …APPL_TRACE_DEBUG("bta_av_setconfig_rsp: sep_idx: %d cur_psc_mask:0x%x", p_scb->sep_idx, p_scb->cur… in bta_av_setconfig_rsp()
1299 (p_scb->seps[p_scb->sep_idx].p_app_data_cback != NULL)) { in bta_av_setconfig_rsp()
1303 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_SINK_CFG_EVT, in bta_av_setconfig_rsp()
1436 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_str_opened()
1438 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) in bta_av_str_opened()
[all …]
Dbta_av_int.h508 UINT8 sep_idx; /* current index into local seps[] */ member