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

  /system/nfc/src/include/
buildcfg.h 42 #define GKI_BUF0_SIZE 268
gki_hal_target.h 130 #ifndef GKI_BUF0_SIZE
131 #define GKI_BUF0_SIZE 64
gki_target.h 125 #ifndef GKI_BUF0_SIZE
126 #define GKI_BUF0_SIZE 64
  /system/nfc/src/gki/common/
gki.h 105 #ifndef GKI_BUF0_SIZE
106 #define GKI_BUF0_SIZE 0
107 #endif /* ifndef GKI_BUF0_SIZE */
gki_common.h 93 uint8_t bufpool0[(ALIGN_POOL(GKI_BUF0_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.cc 149 gki_init_free_queue(0, GKI_BUF0_SIZE, GKI_BUF0_MAX, p_cb->bufpool0);
    [all...]

Completed in 112 milliseconds