Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 16 of 16) sorted by relevance

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp47 static char hex[] = "0123456789ABCDEF"; in toHex() local
Dandroid_logmsg.cpp145 inline void word2hex(const char* data, char** hex) { in word2hex()
/system/netd/server/
DNetlinkHandler.cpp129 const char *hex = evt->findParam("HEX"); in onEvent() local
227 void NetlinkHandler::notifyStrictCleartext(const char* uid, const char* hex) { in notifyStrictCleartext()
/system/bt/btif/src/
Dbtif_sock_util.cc160 static inline void word2hex(const char* data, char** hex) { in word2hex()
/system/core/fs_mgr/
Dfs_mgr_avb.cpp110 static bool hex_to_bytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in hex_to_bytes()
137 std::string hex; in bytes_to_hex() local
/system/vold/
DUtils.cpp374 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr()
415 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex()
DExt4Crypt.cpp616 static bool parse_hex(const char* hex, std::string* result) { in parse_hex()
/system/extras/ext4_utils/
Dext4_crypt.cpp73 static void policy_to_hex(const char* policy, char* hex) { in policy_to_hex()
/system/core/init/
Dutil.cpp320 std::string hex("0x"); in bytes_to_hex() local
Dproperty_service.cpp649 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop() local
/system/extras/libfec/
Dfec_read.cpp34 char hex[bytes_per_line * 3 + 1]; in dump() local
/system/core/libsysutils/src/
DNetlinkEvent.cpp287 char* hex = (char*) calloc(1, 5 + (len * 2)); in parseNfPacketMessage() local
/system/tpm/attestation/common/
Dcrypto_utility_impl_test.cc48 std::string HexDecode(const std::string hex) { in HexDecode()
/system/nfc/src/adaptation/
Dandroid_logmsg.cpp146 inline void word2hex(const char* data, char** hex) { in word2hex()
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc93 std::string HexDecode(const std::string hex) { in HexDecode()
/system/netd/tests/dns_responder/
Ddns_responder.cpp50 static const char* hex = "0123456789ABCDEF"; in str2hex() local