Home
last modified time | relevance | path

Searched defs:ToHexString (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/common/
H A Dstrings.h39 std::string ToHexString(T x) { in ToHexString() function
63 std::string ToHexString(InputIt first, InputIt last) { in ToHexString() function
H A Dstrings.cc46 std::string ToHexString(const std::vector<uint8_t>& value) { in ToHexString() function
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmMetrics.cpp38 std::string ToHexString(const android::Vector<uint8_t> &sessionId) { in ToHexString() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp79 std::string ToHexString(const uint8_t* buf, size_t len) { in ToHexString() function
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.cpp290 inline std::string ToHexString(uint64_t value) { in ToHexString() function