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

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 375 #define GKI_PUBLIC_POOL 0 /* General pool accessible to GKI_getbuf() */
376 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
422 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
425 GKI_API extern void *GKI_getbuf (UINT16);
  /external/libnfc-nci/src/gki/common/
gki.h 378 #define GKI_PUBLIC_POOL 0 /* General pool accessible to GKI_getbuf() */
379 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
424 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
427 GKI_API extern void *GKI_getbuf (UINT16);

Completed in 57 milliseconds