Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h163 uint8_t bufpool8[(ALIGN_POOL(GKI_BUF8_SIZE) + BUFFER_PADDING_SIZE) * member
237 uint8_t* bufpool8;
Dgki_buffer.c223 p_cb->bufpool8 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
297 gki_init_free_queue(8, GKI_BUF8_SIZE, GKI_BUF8_MAX, p_cb->bufpool8); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h163 uint8_t bufpool8[(ALIGN_POOL(GKI_BUF8_SIZE) + BUFFER_PADDING_SIZE) * member
237 uint8_t* bufpool8;
Dgki_buffer.c222 p_cb->bufpool8 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
296 gki_init_free_queue(8, GKI_BUF8_SIZE, GKI_BUF8_MAX, p_cb->bufpool8); in gki_buffer_init()