Searched refs:GKI_getbuf_debug (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h422 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
423 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int);
H A Dgki_buffer.c357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) function
568 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));
/external/libnfc-nci/src/gki/common/
H A Dgki.h424 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__)
425 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int);
H A Dgki_buffer.c357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) function
568 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));

Completed in 129 milliseconds