Searched refs:_line_ (Results 1 – 2 of 2) sorted by relevance
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 370 void* GKI_getbuf_debug(uint16_t size, const char* _function_, int _line_) in GKI_getbuf_debug() argument 389 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug() 448 p_hdr->_line = _line_; in GKI_getbuf_debug() 506 void* GKI_getpoolbuf_debug(uint8_t pool_id, const char* _function_, int _line_) in GKI_getpoolbuf_debug() argument 519 _function_, _line_); in GKI_getpoolbuf_debug() 558 p_hdr->_line = _line_; in GKI_getpoolbuf_debug() 568 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_)); in GKI_getpoolbuf_debug()
|
/system/nfc/src/gki/common/ |
D | gki_buffer.c | 371 void* GKI_getbuf_debug(uint16_t size, const char* _function_, int _line_) in GKI_getbuf_debug() argument 390 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug() 449 p_hdr->_line = _line_; in GKI_getbuf_debug() 507 void* GKI_getpoolbuf_debug(uint8_t pool_id, const char* _function_, int _line_) in GKI_getpoolbuf_debug() argument 520 _function_, _line_); in GKI_getpoolbuf_debug() 559 p_hdr->_line = _line_; in GKI_getpoolbuf_debug() 569 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_)); in GKI_getpoolbuf_debug()
|