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

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 422 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
423 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int);
gki_buffer.c 357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_)
566 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 424 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
425 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int);
gki_buffer.c 357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_)
566 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));
    [all...]

Completed in 6433 milliseconds