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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c347 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) argument
367 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_);
422 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
482 void *GKI_getpoolbuf_debug (UINT8 pool_id, const char * _function_, int _line_) argument
495 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, _function_, _line_);
528 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
540 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c347 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_) argument
367 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_);
422 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
482 void *GKI_getpoolbuf_debug (UINT8 pool_id, const char * _function_, int _line_) argument
495 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, _function_, _line_);
528 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
540 return (GKI_getbuf_debug(p_cb->freeq[pool_id].size, _function_, _line_));

Completed in 69 milliseconds