Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h188 uint8_t bufpool13[(ALIGN_POOL(GKI_BUF13_SIZE) + BUFFER_PADDING_SIZE) * member
257 uint8_t* bufpool13;
Dgki_buffer.c248 p_cb->bufpool13 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
317 gki_init_free_queue(13, GKI_BUF13_SIZE, GKI_BUF13_MAX, p_cb->bufpool13); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h188 uint8_t bufpool13[(ALIGN_POOL(GKI_BUF13_SIZE) + BUFFER_PADDING_SIZE) * member
257 uint8_t* bufpool13;
Dgki_buffer.c247 p_cb->bufpool13 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
316 gki_init_free_queue(13, GKI_BUF13_SIZE, GKI_BUF13_MAX, p_cb->bufpool13); in gki_buffer_init()