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

  /external/bluetooth/bluedroid/gki/common/
gki_common.h 304 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];
306 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
307 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
308 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
312 UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer pool */
313 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
314 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
319 UINT8 pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the order of size */
gki_debug.c 51 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
91 for(i=0; i<GKI_NUM_TOTAL_BUF_POOLS; i++)
175 if (pool > GKI_NUM_TOTAL_BUF_POOLS || pool < 0)
219 if ((pool_id >= GKI_NUM_TOTAL_BUF_POOLS) || (gki_cb.com.pool_start[pool_id] != 0))
gki_buffer.c 21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)
170 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++)
469 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
551 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS)
601 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS)
1106 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
1148 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
1170 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h 315 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];
317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
318 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
319 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
323 UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer pool */
324 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
330 UINT8 pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the order of size */
gki_debug.c 50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
90 for(i=0; i<GKI_NUM_TOTAL_BUF_POOLS; i++)
174 if (pool > GKI_NUM_TOTAL_BUF_POOLS || pool < 0)
218 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS && gki_cb.com.pool_start[pool_id] != 0)
gki_buffer.c 21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)
160 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++)
511 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
611 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS)
661 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS)
1106 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++)
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_common.h 315 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];
317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
318 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
319 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
323 UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer pool */
324 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
330 UINT8 pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the order of size */
gki_debug.c 50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
90 for(i=0; i<GKI_NUM_TOTAL_BUF_POOLS; i++)
174 if (pool > GKI_NUM_TOTAL_BUF_POOLS || pool < 0)
218 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS && gki_cb.com.pool_start[pool_id] != 0)
gki_buffer.c 21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)
160 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++)
511 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS)
611 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS)
661 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS)
1106 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++)
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 255 #ifndef GKI_NUM_TOTAL_BUF_POOLS
256 #define GKI_NUM_TOTAL_BUF_POOLS 10
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 207 #ifndef GKI_NUM_TOTAL_BUF_POOLS
208 #define GKI_NUM_TOTAL_BUF_POOLS 2
  /external/libnfc-nci/src/include/
gki_target.h 260 #ifndef GKI_NUM_TOTAL_BUF_POOLS
261 #define GKI_NUM_TOTAL_BUF_POOLS 10
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 833 UINT16 weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS];
834 UINT16 quota_per_weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS];
835 UINT16 reserved_buff[GKI_NUM_TOTAL_BUF_POOLS];
840 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
882 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
    [all...]

Completed in 393 milliseconds