HomeSort by relevance Sort by last modified time
    Searched refs:GKI_BUF0_SIZE (Results 1 - 9 of 9) sorted by null

  /system/nfc/src/include/
buildcfg.h 51 #define GKI_BUF0_SIZE 268
gki_target.h 138 #ifndef GKI_BUF0_SIZE
139 #define GKI_BUF0_SIZE 64
  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 120 #ifndef GKI_BUF0_SIZE
121 #define GKI_BUF0_SIZE 0
122 #endif /* ifndef GKI_BUF0_SIZE */
gki_common.h 123 uint8_t bufpool0[(ALIGN_POOL(GKI_BUF0_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.c 183 (GKI_BUF0_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF0_MAX);
264 gki_init_free_queue(0, GKI_BUF0_SIZE, GKI_BUF0_MAX, p_cb->bufpool0);
    [all...]
  /system/nfc/src/gki/common/
gki.h 115 #ifndef GKI_BUF0_SIZE
116 #define GKI_BUF0_SIZE 0
117 #endif /* ifndef GKI_BUF0_SIZE */
gki_common.h 123 uint8_t bufpool0[(ALIGN_POOL(GKI_BUF0_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.c 184 (GKI_BUF0_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF0_MAX);
265 gki_init_free_queue(0, GKI_BUF0_SIZE, GKI_BUF0_MAX, p_cb->bufpool0);
    [all...]
  /system/nfc/src/hal/include/
gki_hal_target.h 135 #ifndef GKI_BUF0_SIZE
136 #define GKI_BUF0_SIZE 64

Completed in 4277 milliseconds