Home | History | Annotate | Download | only in av

Lines Matching refs:xx

240     UINT8 xx =0;
241 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++)
243 if ((p_scb->seps[xx].tsep == local_sep) &&
244 (p_scb->seps[xx].codec_type == p_scb->codec_type))
245 return (p_scb->seps[xx].av_handle);
262 UINT8 xx =0;
263 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++)
265 if (p_scb->seps[xx].av_handle == tavdt_handle)
266 return (p_scb->seps[xx].tsep);
433 int xx;
493 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
495 if ((bta_av_cb.p_scb[xx]) && (xx != index))
497 if (bta_av_cb.p_scb[xx]->state == BTA_AV_INCOMING_SST)
499 bta_av_cb.p_scb[xx]->state = BTA_AV_INIT_SST;
500 bta_av_cb.p_scb[xx]->coll_mask = 0;
738 int xx;
740 for(xx=0; xx<BTA_AV_MAX_SEPS; xx++)
743 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type);
744 if((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type)
745 && (p_scb->seps[xx].av_handle == avdt_handle))
747 p_scb->sep_idx = xx;
748 p_scb->avdt_handle = p_scb->seps[xx].av_handle;
1044 int xx;
1070 for(xx=0; xx<BTA_AV_MAX_SEPS; xx++)
1072 if(p_scb->seps[xx].av_handle)
1073 AVDT_RemoveStream(p_scb->seps[xx].av_handle);
1074 p_scb->seps[xx].av_handle = 0;