Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h173 uint8_t bufpool10[(ALIGN_POOL(GKI_BUF10_SIZE) + BUFFER_PADDING_SIZE) * member
245 uint8_t* bufpool10;
Dgki_buffer.c233 p_cb->bufpool10 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
305 gki_init_free_queue(10, GKI_BUF10_SIZE, GKI_BUF10_MAX, p_cb->bufpool10); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h173 uint8_t bufpool10[(ALIGN_POOL(GKI_BUF10_SIZE) + BUFFER_PADDING_SIZE) * member
245 uint8_t* bufpool10;
Dgki_buffer.c232 p_cb->bufpool10 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
304 gki_init_free_queue(10, GKI_BUF10_SIZE, GKI_BUF10_MAX, p_cb->bufpool10); in gki_buffer_init()