HomeSort by relevance Sort by last modified time
    Searched refs:byte2hex (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/src/
btif_sock_util.c 151 static inline void byte2hex(const char* data, char** str) function
165 byte2hex(&data[1], hex);
166 byte2hex(&data[0], hex);
187 byte2hex((const char*)&j, &line);
203 byte2hex(&data[j], &line);
225 byte2hex(&data[j], &line);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 38 static inline void byte2hex (const char* data, char** str);
131 byte2hex(&data[j], &line);
154 byte2hex(&data[j], &line);
177 byte2hex(&data[1], hex);
178 byte2hex(&data[0], hex);
189 inline void byte2hex (const char* data, char** str) function
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertImpl.java 1993 byte2hex(digest[i], buf); method
2005 private static void byte2hex(byte b, StringBuffer buf) { method in class:X509CertImpl
    [all...]

Completed in 615 milliseconds