Searched refs:decodeAllocationSize (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 67 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeAllocationSize),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 198 …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/ |
D | Gralloc4.cpp | 510 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/ |
D | Gralloc4.h | 481 status_t decodeAllocationSize(const android::hardware::hidl_vec<uint8_t>& allocationSize, uint64_t*…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1028 status_t decodeAllocationSize(const hidl_vec<uint8_t>& allocationSize, uint64_t* outAllocationSize)… in decodeAllocationSize() function
|