Home | History | Annotate | Download | only in av

Lines Matching refs:sep_idx

592         if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
601 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt);
743 ** Description adjust the sep_idx
759 p_scb->sep_idx = xx;
879 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
881 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1292 /* we like this codec_type. find the sep_idx */
1295 APPL_TRACE_DEBUG("bta_av_setconfig_rsp: sep_idx: %d cur_psc_mask:0x%x", p_scb->sep_idx, p_scb->cur_psc_mask);
1298 (p_scb->seps[p_scb->sep_idx].p_app_data_cback != NULL))
1299 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_SINK_CFG_EVT,
1430 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
1432 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1829 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
1831 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1902 (p_scb->seps[p_scb->sep_idx].p_app_data_cback != NULL))
1905 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_SINK_CFG_EVT,
1910 AVDT_OpenReq(p_scb->seps[p_scb->sep_idx].av_handle, p_scb->peer_addr,
1943 APPL_TRACE_DEBUG("bta_av_setconfig_rej: sep_idx: %d",p_scb->sep_idx);
2340 if ((p_scb->avdt_handle == p_scb->seps[p_scb->sep_idx].av_handle)
2341 &&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
2540 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
2542 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
2921 * adjust the sep_idx now */