Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h168 uint8_t bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * member
241 uint8_t* bufpool9;
Dgki_buffer.c228 p_cb->bufpool9 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
301 gki_init_free_queue(9, GKI_BUF9_SIZE, GKI_BUF9_MAX, p_cb->bufpool9); in gki_buffer_init()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h168 uint8_t bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * member
241 uint8_t* bufpool9;
Dgki_buffer.c227 p_cb->bufpool9 = (uint8_t*)GKI_os_malloc( in gki_buffer_init()
300 gki_init_free_queue(9, GKI_BUF9_SIZE, GKI_BUF9_MAX, p_cb->bufpool9); in gki_buffer_init()