Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h193 uint8_t bufpool14[(ALIGN_POOL(GKI_BUF14_SIZE) + BUFFER_PADDING_SIZE) * member
261 uint8_t* bufpool14;
Dgki_buffer.c253 p_cb->bufpool14 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
321 gki_init_free_queue(14, GKI_BUF14_SIZE, GKI_BUF14_MAX, p_cb->bufpool14); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h193 uint8_t bufpool14[(ALIGN_POOL(GKI_BUF14_SIZE) + BUFFER_PADDING_SIZE) * member
261 uint8_t* bufpool14;
Dgki_buffer.c252 p_cb->bufpool14 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
320 gki_init_free_queue(14, GKI_BUF14_SIZE, GKI_BUF14_MAX, p_cb->bufpool14); in gki_buffer_init()