Home
last modified time | relevance | path

Searched refs:createDescriptor (Results 1 – 25 of 35) sorted by relevance

12

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h92 Error error = createDescriptor(descriptorInfo, &desc); in allocateBuffers()
174 !initDispatch(GRALLOC1_FUNCTION_CREATE_DESCRIPTOR, &mDispatch.createDescriptor) || in initDispatch()
278 Error createDescriptor(const mapper::V2_0::IMapper::BufferDescriptorInfo& info, in createDescriptor() function
282 int32_t error = mDispatch.createDescriptor(mDevice, &descriptor); in createDescriptor()
342 GRALLOC1_PFN_CREATE_DESCRIPTOR createDescriptor; member
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc0Hal.h73 return createDescriptor( in createDescriptor_2_1()
86 using BaseType2_0::createDescriptor;
DGralloc1Hal.h77 return createDescriptor( in createDescriptor_2_1()
180 using BaseType2_0::createDescriptor;
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp95 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in android::hardware::graphics::mapper::V2_1::vts::Gralloc
108 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp109 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate()
126 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc
128 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
DMapper.h49 Return<void> createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() function
52 Error error = mHal->createDescriptor(descriptorInfo, &descriptor); in createDescriptor()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp124 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate()
141 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
143 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor()
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
DMapperVts.h46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp73 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
122 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
151 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
160 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_P()
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapperHal.h37 Error createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() function
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp73 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
122 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
151 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
160 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_P()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h63 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h64 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/allocator/3.0/
DIAllocator.hal37 * obtained from IMapper::createDescriptor().
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.h74 Return<void> createDescriptor(const BufferDescriptorInfo_3_0 &descriptor_info,
DQtiMapper.cpp79 Return<void> QtiMapper::createDescriptor(const BufferDescriptorInfo_3_0 &descriptor_info, in createDescriptor() function in vendor::qti::hardware::display::mapper::implementation::QtiMapper
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal51 * createDescriptor(). It describes the properties of a buffer and is consumed
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.h72 Return<void> createDescriptor(const BufferDescriptorInfo_2_0 &descriptor_info,
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal32 * createDescriptor. It describes the properties of a buffer and is consumed
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h89 gralloc1_error_t createDescriptor(
93 auto error = getAdapter(device)->createDescriptor(outDescriptor); in createDescriptorHook()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp126 mapper_V3_->createDescriptor(descriptor_info, [&](const auto &_error, const auto &_descriptor) { in AllocateBuffer()
170 mapper_V2_->createDescriptor(descriptor_info, [&](const auto &_error, const auto &_descriptor) { in AllocateBuffer()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h51 Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() function
/hardware/interfaces/graphics/mapper/2.1/vts/functional/
DVtsHalGraphicsMapperV2_1TargetTest.cpp193 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp163 mMapper->createDescriptor(descriptorInfo, callback); in getDescriptor()

12