Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h148 uint8_t bufpool5[(ALIGN_POOL(GKI_BUF5_SIZE) + BUFFER_PADDING_SIZE) * member
225 uint8_t* bufpool5;
Dgki_buffer.c208 p_cb->bufpool5 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
285 gki_init_free_queue(5, GKI_BUF5_SIZE, GKI_BUF5_MAX, p_cb->bufpool5); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h148 uint8_t bufpool5[(ALIGN_POOL(GKI_BUF5_SIZE) + BUFFER_PADDING_SIZE) * member
225 uint8_t* bufpool5;
Dgki_buffer.c207 p_cb->bufpool5 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
284 gki_init_free_queue(5, GKI_BUF5_SIZE, GKI_BUF5_MAX, p_cb->bufpool5); in gki_buffer_init()