Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h128 uint8_t bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) * member
209 uint8_t* bufpool1;
Dgki_buffer.c188 p_cb->bufpool1 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
269 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h128 uint8_t bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) * member
209 uint8_t* bufpool1;
Dgki_buffer.c187 p_cb->bufpool1 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
268 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1); in gki_buffer_init()