/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc1Hal.h | 92 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/ |
D | Gralloc0Hal.h | 73 return createDescriptor( in createDescriptor_2_1() 86 using BaseType2_0::createDescriptor;
|
D | Gralloc1Hal.h | 77 return createDescriptor( in createDescriptor_2_1() 180 using BaseType2_0::createDescriptor;
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 95 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/ |
D | MapperVts.cpp | 109 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/ |
D | MapperHal.h | 34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
D | Mapper.h | 49 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/ |
D | MapperVts.cpp | 124 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/ |
D | MapperVts.h | 46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 73 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/ |
D | MapperHal.h | 37 Error createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() function
|
/hardware/interfaces/graphics/mapper/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 73 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/ |
D | MapperVts.h | 63 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 64 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 37 * obtained from IMapper::createDescriptor().
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.h | 74 Return<void> createDescriptor(const BufferDescriptorInfo_3_0 &descriptor_info,
|
D | QtiMapper.cpp | 79 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/ |
D | types.hal | 51 * createDescriptor(). It describes the properties of a buffer and is consumed
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiMapper.h | 72 Return<void> createDescriptor(const BufferDescriptorInfo_2_0 &descriptor_info,
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 32 * createDescriptor. It describes the properties of a buffer and is consumed
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.h | 89 gralloc1_error_t createDescriptor( 93 auto error = getAdapter(device)->createDescriptor(outDescriptor); in createDescriptorHook()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 126 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/ |
D | Gralloc0Hal.h | 51 Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() function
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | VtsHalGraphicsMapperV2_1TargetTest.cpp | 193 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P()
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 163 mMapper->createDescriptor(descriptorInfo, callback); in getDescriptor()
|