Home
last modified time | relevance | path

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

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