Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h33 inline std::string toHexString(T t, bool prefix = true) {
41 inline std::string toHexString(uint8_t t, bool prefix) { in toHexString() function
42 return toHexString(static_cast<int32_t>(t), prefix); in toHexString()
46 inline std::string toHexString(int8_t t, bool prefix) { in toHexString() function
47 return toHexString(static_cast<int32_t>(t), prefix); in toHexString()
81 return details::toHexString(reinterpret_cast<uintptr_t>(t)); in toString()
7379 using ::android::hardware::details::toHexString;
7451 os += toHexString(o & (~flipped));
7453 os += toHexString(o);
7459 using ::android::hardware::details::toHexString; in toString()
[all …]
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt47873 PLcom/android/internal/util/HexDump;->toHexString([B)Ljava/lang/String;
47874 PLcom/android/internal/util/HexDump;->toHexString([BIIZ)Ljava/lang/String;
50734 HSPLjava/lang/Integer;->toHexString(I)Ljava/lang/String;
50780 HSPLjava/lang/Long;->toHexString(J)Ljava/lang/String;