Searched refs:encodeAllocationSize (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | MapperMetadata.cpp | 496 err = android::gralloc4::encodeAllocationSize(total_size, &vec); in get_metadata() 827 err = android::gralloc4::encodeAllocationSize(total_size, &vec); in getFromBufferDescriptorInfo()
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 198 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeAllocationSize, gralloc4::decodeAll… in TEST_P() 483 ASSERT_NE(NO_ERROR, gralloc4::encodeAllocationSize(0, nullptr)); in TEST_F()
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 284 status_t encodeAllocationSize(uint64_t allocationSize, android::hardware::hidl_vec<uint8_t>* outAll…
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1024 status_t encodeAllocationSize(uint64_t allocationSize, hidl_vec<uint8_t>* outAllocationSize) { in encodeAllocationSize() function
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1262 android::gralloc4::encodeAllocationSize((uint64_t)handle->size, out); in GetMetadata()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1216 android::gralloc4::encodeAllocationSize((uint64_t)handle->size, out); in GetMetadata()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1481 ASSERT_EQ(NO_ERROR, gralloc4::encodeAllocationSize(allocationSize, &vec)); in TEST_P()
|