Searched defs:hex (Results 1 – 16 of 16) sorted by relevance
| /system/nfc/halimpl/bcm2079x/adaptation/ |
| D | spdhelper.cpp | 47 static char hex[] = "0123456789ABCDEF"; in toHex() local
|
| D | android_logmsg.cpp | 145 inline void word2hex(const char* data, char** hex) { in word2hex()
|
| /system/netd/server/ |
| D | NetlinkHandler.cpp | 129 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/ |
| D | btif_sock_util.cc | 160 static inline void word2hex(const char* data, char** hex) { in word2hex()
|
| /system/core/fs_mgr/ |
| D | fs_mgr_avb.cpp | 110 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/ |
| D | Utils.cpp | 374 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()
|
| D | Ext4Crypt.cpp | 616 static bool parse_hex(const char* hex, std::string* result) { in parse_hex()
|
| /system/extras/ext4_utils/ |
| D | ext4_crypt.cpp | 73 static void policy_to_hex(const char* policy, char* hex) { in policy_to_hex()
|
| /system/core/init/ |
| D | util.cpp | 320 std::string hex("0x"); in bytes_to_hex() local
|
| D | property_service.cpp | 649 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop() local
|
| /system/extras/libfec/ |
| D | fec_read.cpp | 34 char hex[bytes_per_line * 3 + 1]; in dump() local
|
| /system/core/libsysutils/src/ |
| D | NetlinkEvent.cpp | 287 char* hex = (char*) calloc(1, 5 + (len * 2)); in parseNfPacketMessage() local
|
| /system/tpm/attestation/common/ |
| D | crypto_utility_impl_test.cc | 48 std::string HexDecode(const std::string hex) { in HexDecode()
|
| /system/nfc/src/adaptation/ |
| D | android_logmsg.cpp | 146 inline void word2hex(const char* data, char** hex) { in word2hex()
|
| /system/tpm/attestation/server/ |
| D | pkcs11_key_store_test.cc | 93 std::string HexDecode(const std::string hex) { in HexDecode()
|
| /system/netd/tests/dns_responder/ |
| D | dns_responder.cpp | 50 static const char* hex = "0123456789ABCDEF"; in str2hex() local
|