Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp83 GRALLOCTYPES_DECODE_VENDOR_HELPER(int32_t, ::android::gralloc4::decodeInt32),
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h354 status_t decodeInt32(
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp159 …NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeInt32, gralloc4::decodeInt32)); in TEST_P()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1164 status_t decodeInt32(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeInt32() function