Home
last modified time | relevance | path

Searched refs:decodeAllocationSize (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp67 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeAllocationSize),
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp198 …AL_FAILURE(testHelper(GetParam(), gralloc4::encodeAllocationSize, gralloc4::decodeAllocationSize)); in TEST_P()
508 ASSERT_NE(NO_ERROR, gralloc4::decodeAllocationSize(vec, nullptr)); in TEST_F()
546 ASSERT_NE(NO_ERROR, gralloc4::decodeAllocationSize(vec, &allocationSize)); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp511 return get(bufferHandle, gralloc4::MetadataType_AllocationSize, gralloc4::decodeAllocationSize, in getAllocationSize()
694 gralloc4::MetadataType_AllocationSize, gralloc4::decodeAllocationSize, in getDefaultAllocationSize()
903 gralloc4::decodeAllocationSize, &allocationSize); in bufferDumpHelper()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h285 status_t decodeAllocationSize(const android::hardware::hidl_vec<uint8_t>& allocationSize, uint64_t*…
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1184 ASSERT_EQ(NO_ERROR, gralloc4::decodeAllocationSize(vec, &allocationSize)); in TEST_P()
1486 ASSERT_EQ(NO_ERROR, gralloc4::decodeAllocationSize(vec, &realAllocationSize)); in TEST_P()
2134 ASSERT_EQ(NO_ERROR, gralloc4::decodeAllocationSize(vec, &allocationSize)); in TEST_P()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1028 status_t decodeAllocationSize(const hidl_vec<uint8_t>& allocationSize, uint64_t* outAllocationSize)… in decodeAllocationSize() function