Searched refs:ToHex (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
73 ToHex (nciPacket, nciPacketLen, line_buf, sizeof(line_buf));
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) function
211 ToHex (data, data_len, log_line, sizeof(log_line));
229 ToHex (data, data_len, log_line, sizeof(log_line));
255 ToHex (data, data_len, log_line, sizeof(log_line));
283 ToHex (data, len, log_line, sizeof(log_line));

Completed in 941 milliseconds