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

  /system/nfc/src/hal/include/
gki_hal_target.h 56 #define NFC_HAL_NCI_POOL_BUF_SIZE GKI_BUF1_SIZE
145 #ifndef GKI_BUF1_SIZE
146 #define GKI_BUF1_SIZE 288
161 #define GKI_MAX_BUF_SIZE GKI_BUF1_SIZE
172 #define USERIAL_POOL_BUF_SIZE GKI_BUF1_SIZE
  /system/nfc/src/include/
gki_target.h 148 #ifndef GKI_BUF1_SIZE
149 #define GKI_BUF1_SIZE 128
  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 132 #ifndef GKI_BUF1_SIZE
133 #define GKI_BUF1_SIZE 0
134 #endif /* ifndef GKI_BUF1_SIZE */
gki_common.h 128 uint8_t bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.c 188 (GKI_BUF1_SIZE + BUFFER_PADDING_SIZE) * GKI_BUF1_MAX);
268 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1);
    [all...]
  /system/nfc/src/gki/common/
gki.h 124 #ifndef GKI_BUF1_SIZE
125 #define GKI_BUF1_SIZE 0
126 #endif /* ifndef GKI_BUF1_SIZE */
gki_common.h 103 uint8_t bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.c 150 gki_init_free_queue(1, GKI_BUF1_SIZE, GKI_BUF1_MAX, p_cb->bufpool1);
    [all...]

Completed in 247 milliseconds