Home
last modified time | relevance | path

Searched refs:reservedSize (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp77 .reservedSize = 0, in convert()
309 .reservedSize = 0, in TEST_P()
337 .reservedSize = 0, in TEST_P()
363 .reservedSize = 0, in TEST_P()
380 .reservedSize = 0, in TEST_P()
422 .reservedSize = 0, in TEST_P()
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp256 uint64_t reservedSize = 0; in getReservedRegion() local
259 &reservedRegion, reservedSize)); in getReservedRegion()
262 reservedSize = 0; in getReservedRegion()
264 hidl_cb(err, reservedRegion, reservedSize); in getReservedRegion()
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl75 long reservedSize;
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl43 long reservedSize;
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl43 long reservedSize;
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp209 .reservedSize = 0, in allocateGeneric()
621 .reservedSize = 0, in TEST_P()
635 .reservedSize = 0, in TEST_P()
660 .reservedSize = 0, in TEST_P()
719 .reservedSize = 0, in TEST_P()
763 .reservedSize = 0, in TEST_P()
822 .reservedSize = 0, in TEST_P()
881 .reservedSize = 0, in TEST_P()
935 .reservedSize = 0, in TEST_P()
984 .reservedSize = 0, in TEST_P()
[all …]
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp422 uint64_t reservedSize = 0; in getReservedRegion() local
424 common::getReservedRegion(buffer, outReservedRegion, reservedSize)); in getReservedRegion()
425 *outReservedSize = reservedSize; in getReservedRegion()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp91 mDummyDescriptorInfo.reservedSize = 0; in SetUp()
2730 info.reservedSize = requestedReservedSize; in TEST_P()
2735 uint64_t reservedSize = 0; in TEST_P() local
2737 mGralloc->getReservedRegion(bufferHandle, &reservedRegion, &reservedSize)); in TEST_P()
2739 ASSERT_EQ(requestedReservedSize, reservedSize); in TEST_P()
2742 memset(reservedRegion, testValue, reservedSize); in TEST_P()
2743 for (uint64_t i = 0; i < reservedSize; i++) { in TEST_P()
2763 info.reservedSize = requestedReservedSize; in TEST_P()
2785 uint64_t reservedSize = 0; in TEST_P() local
2786 err = mGralloc->getReservedRegion(bufferHandle, &reservedRegion, &reservedSize); in TEST_P()
[all …]
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper4.h153 std::memcpy(&out[index], &bd_info.reservedSize, sizeof(bd_info.reservedSize)); in Encode()
DQtiMapper4.cpp96 descriptor_info.reservedSize}; in createDescriptor()
Dgr_buf_mgr.cpp1115 metadata->reservedSize = descriptor.GetReservedSize(); in AllocateBuffer()
/hardware/qcom/sm7250/display/gralloc/
DQtiMapper4.h152 std::memcpy(&out[index], &bd_info.reservedSize, sizeof(bd_info.reservedSize)); in Encode()
DQtiMapper4.cpp96 descriptor_info.reservedSize}; in createDescriptor()
Dgr_buf_mgr.cpp1110 metadata->reservedSize = descriptor.GetReservedSize(); in AllocateBuffer()
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp99 bufferDescriptor.reserved_size = descriptor.reservedSize; in toInternalDescriptor()
/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h143 push_descriptor_uint64(&descriptor, &pos, descriptorInfo.reservedSize); in grallocEncodeBufferDescriptor()
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal64 uint64_t reservedSize;
82 * function may return `UNSUPPORTED` if `description.reservedSize` is
640 * @return reservedSize the size of the reservedRegion that was requested
646 uint64_t reservedSize);