Home
last modified time | relevance | path

Searched refs:_function_ (Results 1 – 2 of 2) sorted by relevance

/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_buffer.c370 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()
446 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); 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()
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); 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/
Dgki_buffer.c371 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()
447 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); 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()
557 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getpoolbuf_debug()
569 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_)); in GKI_getpoolbuf_debug()