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

  /system/nfc/src/include/
gki_target.h 262 #ifndef GKI_BUF5_SIZE
263 #define GKI_BUF5_SIZE 748
  /system/nfc/src/gki/common/
gki.h 165 #ifndef GKI_BUF5_SIZE
166 #define GKI_BUF5_SIZE 0
167 #endif /* ifndef GKI_BUF5_SIZE */
gki_common.h 118 uint8_t bufpool5[(ALIGN_POOL(GKI_BUF5_SIZE) + BUFFER_PADDING_SIZE) *
gki_buffer.cc 169 gki_init_free_queue(5, GKI_BUF5_SIZE, GKI_BUF5_MAX, p_cb->bufpool5);
    [all...]

Completed in 77 milliseconds