Searched refs:byte2hex (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_util.cc | 150 static inline void byte2hex(const char* data, char** str) { in byte2hex() function 161 byte2hex(&data[1], hex); in word2hex() 162 byte2hex(&data[0], hex); in word2hex() 180 byte2hex((const char*)&j, &line); in dump_bin() 195 byte2hex(&data[j], &line); in dump_bin() 216 byte2hex(&data[j], &line); in dump_bin()
|
/system/nfc/src/adaptation/ |
D | android_logmsg.cpp | 40 static inline void byte2hex(const char* data, char** str); 107 byte2hex(&data[j], &line); in dumpbin() 128 byte2hex(&data[j], &line); in dumpbin() 147 byte2hex(&data[1], hex); in word2hex() 148 byte2hex(&data[0], hex); in word2hex() 156 inline void byte2hex(const char* data, char** str) { in byte2hex() function
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 39 static inline void byte2hex(const char* data, char** str); 106 byte2hex(&data[j], &line); in dumpbin() 127 byte2hex(&data[j], &line); in dumpbin() 146 byte2hex(&data[1], hex); in word2hex() 147 byte2hex(&data[0], hex); in word2hex() 155 inline void byte2hex(const char* data, char** str) { in byte2hex() function
|