HomeSort by relevance Sort by last modified time
    Searched refs:BTA_AV_NUM_STRS (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/av/
bta_av_main.c 270 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
299 if(idx && (idx <= BTA_AV_NUM_STRS) )
348 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
780 for( i=0; i < BTA_AV_NUM_STRS; i++ )
822 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
852 for(i=0; i<BTA_AV_NUM_STRS; i++)
888 for(i=0; i<BTA_AV_NUM_STRS; i++)
920 for(i=0; i<BTA_AV_NUM_STRS; i++)
    [all...]
bta_av_aact.c 214 #if BTA_AV_NUM_STRS > 2
217 #if BTA_AV_NUM_STRS > 3
220 #if BTA_AV_NUM_STRS > 4
223 #if BTA_AV_NUM_STRS > 5
231 #if BTA_AV_NUM_STRS > 2
234 #if BTA_AV_NUM_STRS > 3
237 #if BTA_AV_NUM_STRS > 4
240 #if BTA_AV_NUM_STRS > 5
498 for (int i = 0; i < BTA_AV_NUM_STRS; i++) {
586 for(index = 0; index < BTA_AV_NUM_STRS;index ++
    [all...]
bta_av_act.c 112 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS)
499 for(i=0; i<BTA_AV_NUM_STRS; i++)
    [all...]
bta_av_int.h 550 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)
573 tBTA_AV_SCB *p_scb[BTA_AV_NUM_STRS]; /* stream control block */
bta_av_ssm.c 437 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
  /system/bt/bta/include/
bta_av_api.h 95 #ifndef BTA_AV_NUM_STRS
96 #define BTA_AV_NUM_STRS 2
  /system/bt/btif/co/
bta_av_co.c 157 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS];
    [all...]

Completed in 47 milliseconds