Home
last modified time | relevance | path

Searched refs:decodeUint64 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp84 GRALLOCTYPES_DECODE_VENDOR_HELPER(uint64_t, ::android::gralloc4::decodeUint64),
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h361 status_t decodeUint64(
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp170 …_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint64, gralloc4::decodeUint64)); in TEST_P()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1174 status_t decodeUint64(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeUint64() function