HomeSort by relevance Sort by last modified time
    Searched defs:GKI_getbuf (Results 1 - 2 of 2) sorted by null

  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 347 /* General pool accessible to GKI_getbuf() */
349 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
395 #define GKI_getbuf(size) GKI_getbuf_debug(size, __func__, __LINE__)
398 extern void* GKI_getbuf(uint16_t);
  /system/nfc/src/gki/common/
gki.h 342 /* General pool accessible to GKI_getbuf() */
344 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
389 #define GKI_getbuf(size) GKI_getbuf_debug(size, __func__, __LINE__)
392 extern void* GKI_getbuf(uint16_t);

Completed in 65 milliseconds