Searched refs:byte2char (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_util.cc | 156 static inline void byte2char(const char* data, char** str) { in byte2char() function 199 for (j = 0; j < width; j++) byte2char(data++, &line); in dump_bin() 226 for (j = 0; j < leftover; j++) byte2char(data++, &line); in dump_bin()
|
/system/nfc/src/adaptation/ |
D | android_logmsg.cpp | 39 static inline void byte2char(const char* data, char** str); 111 for (j = 0; j < width; j++) byte2char(data++, &line); in dumpbin() 138 for (j = 0; j < leftover; j++) byte2char(data++, &line); in dumpbin() 151 inline void byte2char(const char* data, char** str) { in byte2char() function
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 38 static inline void byte2char(const char* data, char** str); 110 for (j = 0; j < width; j++) byte2char(data++, &line); in dumpbin() 137 for (j = 0; j < leftover; j++) byte2char(data++, &line); in dumpbin() 150 inline void byte2char(const char* data, char** str) { in byte2char() function
|