Searched refs:BTA_AV_NUM_STRS (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c215 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
288 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
317 if(idx && (idx <= BTA_AV_NUM_STRS) )
366 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
697 for( i=0; i < BTA_AV_NUM_STRS; i++ )
739 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
769 for(i=0; i<BTA_AV_NUM_STRS; i++)
805 for(i=0; i<BTA_AV_NUM_STRS; i++)
837 for(i=0; i<BTA_AV_NUM_STRS; i++)
917 for(i=0; i<BTA_AV_NUM_STRS;
[all...]
H A Dbta_av_aact.c198 #if BTA_AV_NUM_STRS > 2
201 #if BTA_AV_NUM_STRS > 3
204 #if BTA_AV_NUM_STRS > 4
207 #if BTA_AV_NUM_STRS > 5
215 #if BTA_AV_NUM_STRS > 2
218 #if BTA_AV_NUM_STRS > 3
221 #if BTA_AV_NUM_STRS > 4
224 #if BTA_AV_NUM_STRS > 5
442 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
539 #if BTA_AV_NUM_STRS >
[all...]
H A Dbta_av_act.c493 for(i=0; i<BTA_AV_NUM_STRS; i++)
1060 for(i=0; i<BTA_AV_NUM_STRS; i++)
1120 for (; i<BTA_AV_NUM_STRS; i++)
1335 for (i=0; i<BTA_AV_NUM_STRS; i++)
1374 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
1490 for(xx=0; xx < BTA_AV_NUM_STRS; xx++)
H A Dbta_av_int.h526 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)
549 tBTA_AV_SCB *p_scb[BTA_AV_NUM_STRS]; /* stream control block */
H A Dbta_av_ssm.c423 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h94 #ifndef BTA_AV_NUM_STRS
95 #define BTA_AV_NUM_STRS 2 macro
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c137 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS];

Completed in 42 milliseconds