Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp38 static inline void byte2hex (const char* data, char** str);
131 byte2hex(&data[j], &line); in dumpbin()
154 byte2hex(&data[j], &line); in dumpbin()
177 byte2hex(&data[1], hex); in word2hex()
178 byte2hex(&data[0], hex); in word2hex()
189 inline void byte2hex (const char* data, char** str) in byte2hex() function