Home | History | Annotate | Download | only in l2cap

Lines Matching refs:xx

64     int             xx;
84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
436 int xx;
437 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++)
439 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb)
442 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE,
445 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE,
448 l2cu_release_ccb (p_lcb->p_fixed_ccbs[xx]);
450 p_lcb->p_fixed_ccbs[xx] = NULL;
831 UINT8 xx;
840 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
842 weighted_chnls[xx] = 0;
843 reserved_buff[xx] = 0;
848 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++)
850 p_ccb = l2cb.ccb_pool + xx;
882 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
884 if ( weighted_chnls[xx] > 0 )
886 if (GKI_poolcount(xx) > reserved_buff[xx])
887 quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1;
889 quota_per_weighted_chnls[xx] = 1;
892 xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] );
895 quota_per_weighted_chnls[xx] = 0;
900 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++)
902 p_ccb = l2cb.ccb_pool + xx;
965 int xx;
968 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
999 int xx;
1017 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1114 int xx;
1159 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1425 UINT8 num_handles, xx;
1432 for (xx = 0; xx < num_handles; xx++)