Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_util.cc156 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/
Dandroid_logmsg.cpp39 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/
Dandroid_logmsg.cpp38 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