OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_GKI_MAX_FUNCTION_NAME_LEN
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h
73
#define
_GKI_MAX_FUNCTION_NAME_LEN
(50)
74
char _function[
_GKI_MAX_FUNCTION_NAME_LEN
+1];
gki_buffer.c
442
strncpy(p_hdr->_function, _function_,
_GKI_MAX_FUNCTION_NAME_LEN
);
443
p_hdr->_function[
_GKI_MAX_FUNCTION_NAME_LEN
] = '\0';
556
strncpy(p_hdr->_function, _function_,
_GKI_MAX_FUNCTION_NAME_LEN
);
557
p_hdr->_function[
_GKI_MAX_FUNCTION_NAME_LEN
] = '\0';
[
all
...]
/external/libnfc-nci/src/gki/common/
gki_common.h
73
#define
_GKI_MAX_FUNCTION_NAME_LEN
(50)
74
char _function[
_GKI_MAX_FUNCTION_NAME_LEN
+1];
gki_buffer.c
442
strncpy(p_hdr->_function, _function_,
_GKI_MAX_FUNCTION_NAME_LEN
);
443
p_hdr->_function[
_GKI_MAX_FUNCTION_NAME_LEN
] = '\0';
556
strncpy(p_hdr->_function, _function_,
_GKI_MAX_FUNCTION_NAME_LEN
);
557
p_hdr->_function[
_GKI_MAX_FUNCTION_NAME_LEN
] = '\0';
[
all
...]
Completed in 37 milliseconds