Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp67 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeAllocationSize),
/frameworks/native/libs/gralloc/types/tests/
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()
/frameworks/native/libs/ui/
DGralloc4.cpp510 return get(bufferHandle, gralloc4::MetadataType_AllocationSize, gralloc4::decodeAllocationSize, in getAllocationSize()
693 gralloc4::MetadataType_AllocationSize, gralloc4::decodeAllocationSize, in getDefaultAllocationSize()
896 gralloc4::decodeAllocationSize, &allocationSize); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h481 status_t decodeAllocationSize(const android::hardware::hidl_vec<uint8_t>& allocationSize, uint64_t*…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1028 status_t decodeAllocationSize(const hidl_vec<uint8_t>& allocationSize, uint64_t* outAllocationSize)… in decodeAllocationSize() function