Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp85 GRALLOCTYPES_DECODE_VENDOR_HELPER(int64_t, ::android::gralloc4::decodeInt64),
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h357 status_t decodeInt64(
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp213 …NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeInt64, gralloc4::decodeInt64)); in TEST_P()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1172 status_t decodeInt64(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeInt64() function