Searched refs:seps (Results 1 – 3 of 3) sorted by relevance
248 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()249 (p_scb->seps[xx].codec_type == p_scb->codec_type)) in bta_av_get_scb_handle()250 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()270 if (p_scb->seps[xx].av_handle == tavdt_handle) in bta_av_get_scb_sep_type()271 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()592 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) in bta_av_stream_data_cback()601 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()755 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()756 if((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type) in bta_av_adjust_seps_idx()757 && (p_scb->seps[xx].av_handle == avdt_handle)) in bta_av_adjust_seps_idx()[all …]
685 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) in bta_av_api_register()687 p_scb->seps[index].codec_type = codec_type; in bta_av_api_register()690 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()692 p_scb->seps[index].p_app_data_cback = p_data->api_reg.p_app_data_cback; in bta_av_api_register()694 …p_scb->seps[index].p_app_data_cback = NULL; /* In case of A2DP SOURCE we don't need a callback to … in bta_av_api_register()698 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
471 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member