Searched refs:GKI_BUF6_SIZE (Results 1 - 7 of 7) sorted by relevance

/system/nfc/src/include/
H A Dgki_target.h309 #ifndef GKI_BUF6_SIZE
310 #define GKI_BUF6_SIZE 268 macro
/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki.h192 #ifndef GKI_BUF6_SIZE
193 #define GKI_BUF6_SIZE 0 macro
194 #endif /* ifndef GKI_BUF6_SIZE */
H A Dgki_common.h153 uint8_t bufpool6[(ALIGN_POOL(GKI_BUF6_SIZE) + BUFFER_PADDING_SIZE) *
H A Dgki_buffer.c213 (GKI_BUF6_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF6_MAX);
288 gki_init_free_queue(6, GKI_BUF6_SIZE, GKI_BUF6_MAX, p_cb->bufpool6);
/system/nfc/src/gki/common/
H A Dgki.h184 #ifndef GKI_BUF6_SIZE
185 #define GKI_BUF6_SIZE 0 macro
186 #endif /* ifndef GKI_BUF6_SIZE */
H A Dgki_common.h128 uint8_t bufpool6[(ALIGN_POOL(GKI_BUF6_SIZE) + BUFFER_PADDING_SIZE) *
H A Dgki_buffer.c170 gki_init_free_queue(6, GKI_BUF6_SIZE, GKI_BUF6_MAX, p_cb->bufpool6);

Completed in 65 milliseconds