Home
last modified time | relevance | path

Searched refs:scru_dump_hex (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/include/
Dbuildcfg.h32 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_…
Dandroid_logmsg.h44 UINT8* scru_dump_hex (UINT8* p, char* pTitle, UINT32 len, UINT32 layer, UINT32 type);
/external/libnfc-nci/src/include/
Dbuildcfg.h80 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_…
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c169 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_…
720 scru_dump_hex(pbuf+count, NULL, pbuf[count+3]+4, 0, 0); in my_read()
726 scru_dump_hex(pbuf+count, NULL, pbuf[count+2]+3, 0, 0); in my_read()
732 scru_dump_hex(pbuf+count, NULL, ret - count, 0, 0); in my_read()
Dandroid_logmsg.cpp104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type) in scru_dump_hex() function