Searched defs:_function_ (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) argument
377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_);
440 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
500 void *GKI_getpoolbuf_debug (UINT8 pool_id, const char * _function_, int _line_) argument
513 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, _function_, _line_);
554 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
566 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) argument
377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_);
440 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
500 void *GKI_getpoolbuf_debug (UINT8 pool_id, const char * _function_, int _line_) argument
513 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, _function_, _line_);
554 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
566 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));

Completed in 66 milliseconds