Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_target.h347 #ifndef GKI_BUF8_SIZE
348 #define GKI_BUF8_SIZE 128 macro
/system/nfc/src/gki/common/
Dgki.h201 #ifndef GKI_BUF8_SIZE
202 #define GKI_BUF8_SIZE 0 macro
Dgki_common.h133 uint8_t bufpool8[(ALIGN_POOL(GKI_BUF8_SIZE) + BUFFER_PADDING_SIZE) *
Dgki_buffer.cc181 gki_init_free_queue(8, GKI_BUF8_SIZE, GKI_BUF8_MAX, p_cb->bufpool8); in gki_buffer_init()