Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_target.h262 #ifndef GKI_BUF5_SIZE
263 #define GKI_BUF5_SIZE 748 macro
/system/nfc/src/gki/common/
Dgki.h169 #ifndef GKI_BUF5_SIZE
170 #define GKI_BUF5_SIZE 0 macro
Dgki_common.h117 uint8_t bufpool5[(ALIGN_POOL(GKI_BUF5_SIZE) + BUFFER_PADDING_SIZE) *
Dgki_buffer.cc171 gki_init_free_queue(5, GKI_BUF5_SIZE, GKI_BUF5_MAX, p_cb->bufpool5); in gki_buffer_init()