Home
last modified time | relevance | path

Searched refs:encodeAllocationSize (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp496 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 DGralloc4_test.cpp198 …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 DGralloc4.h284 status_t encodeAllocationSize(uint64_t allocationSize, android::hardware::hidl_vec<uint8_t>* outAll…
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1024 status_t encodeAllocationSize(uint64_t allocationSize, hidl_vec<uint8_t>* outAllocationSize) { in encodeAllocationSize() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1262 android::gralloc4::encodeAllocationSize((uint64_t)handle->size, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1216 android::gralloc4::encodeAllocationSize((uint64_t)handle->size, out); in GetMetadata()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1481 ASSERT_EQ(NO_ERROR, gralloc4::encodeAllocationSize(allocationSize, &vec)); in TEST_P()