Searched refs:GKI_getbuf_debug (Results 1 - 4 of 4) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | 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);
|
H A D | gki_buffer.c | 357 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 D | 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);
|
H A D | gki_buffer.c | 357 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