Home
last modified time | relevance | path

Searched refs:GKI_NUM_TOTAL_BUF_POOLS (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/gki/common/
Dgki_common.h231 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];
233 uint16_t pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
234 uint16_t pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
235 uint16_t pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
238 uint8_t* pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the
240 uint8_t* pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of
242 uint16_t pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in
249 uint8_t pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the
Dgki_buffer.cc24 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)
134 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++) { in gki_buffer_init()
424 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (nullptr); in GKI_getpoolbuf()
496 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) { in GKI_freebuf()
551 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_get_buf_size()
954 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++) { in GKI_find_buf_start()
998 if (pool_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_set_pool_permission()
1082 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolcount()
1102 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolfreecount()
1219 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++) { in GKI_create_pool()
[all …]
/system/nfc/src/include/
Dgki_hal_target.h185 #ifndef GKI_NUM_TOTAL_BUF_POOLS
186 #define GKI_NUM_TOTAL_BUF_POOLS 2 macro
Dgki_target.h237 #ifndef GKI_NUM_TOTAL_BUF_POOLS
238 #define GKI_NUM_TOTAL_BUF_POOLS 10 macro