Searched refs:GKI_getbuf_debug (Results 1 – 4 of 4) sorted by relevance
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki.h | 395 #define GKI_getbuf(size) GKI_getbuf_debug(size, __func__, __LINE__) 396 extern void* GKI_getbuf_debug(uint16_t, const char*, int);
|
D | gki_buffer.c | 370 void* GKI_getbuf_debug(uint16_t 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()
|
/system/nfc/src/gki/common/ |
D | gki.h | 389 #define GKI_getbuf(size) GKI_getbuf_debug(size, __func__, __LINE__) 390 extern void* GKI_getbuf_debug(uint16_t, const char*, int);
|
D | gki_buffer.c | 371 void* GKI_getbuf_debug(uint16_t size, const char* _function_, int _line_) in GKI_getbuf_debug() function 569 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_)); in GKI_getpoolbuf_debug()
|