Home
last modified time | relevance | path

Searched refs:_GKI_MAX_FUNCTION_NAME_LEN (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/gki/common/
Dgki_common.h69 #define _GKI_MAX_FUNCTION_NAME_LEN (50) macro
70 char _function[_GKI_MAX_FUNCTION_NAME_LEN + 1];
Dgki_buffer.c447 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug()
448 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug()
557 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getpoolbuf_debug()
558 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getpoolbuf_debug()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h69 #define _GKI_MAX_FUNCTION_NAME_LEN (50) macro
70 char _function[_GKI_MAX_FUNCTION_NAME_LEN + 1];
Dgki_buffer.c446 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug()
447 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug()
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getpoolbuf_debug()
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getpoolbuf_debug()