Searched refs:toHexString (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/base/include/hidl/
H A DHidlSupport.h884 inline std::string toHexString(T t, bool prefix = true) { function in namespace:android::details
892 inline std::string toHexString(uint8_t t, bool prefix) { function in namespace:android::details
893 return toHexString(static_cast<int32_t>(t), prefix);
897 inline std::string toHexString(int8_t t, bool prefix) { function in namespace:android::details
898 return toHexString(static_cast<int32_t>(t), prefix);
942 return details::toHexString(reinterpret_cast<uintptr_t>(t));

Completed in 1992 milliseconds