Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_target.h324 #ifndef GKI_BUF7_SIZE
325 #define GKI_BUF7_SIZE 9472 macro
/system/nfc/src/gki/common/
Dgki.h189 #ifndef GKI_BUF7_SIZE
190 #define GKI_BUF7_SIZE 0 macro
Dgki_common.h131 uint8_t bufpool7[(ALIGN_POOL(GKI_BUF7_SIZE) + BUFFER_PADDING_SIZE) *
Dgki_buffer.cc179 gki_init_free_queue(7, GKI_BUF7_SIZE, GKI_BUF7_MAX, p_cb->bufpool7); in gki_buffer_init()