/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/google/gchips/include/ |
D | GrallocWrapper.h | 43 Error createDescriptor( 103 Error error = mMapper.createDescriptor(descriptorInfo, &descriptor); in allocate()
|
/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/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 130 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate() 147 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc 149 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor()
|
/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/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/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 74 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P() 123 ASSERT_NO_FATAL_FAILURE(descriptor = mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P() 152 ASSERT_NO_FATAL_FAILURE(mGralloc->createDescriptor(mDummyDescriptorInfo)); in TEST_P() 161 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/4.0/ |
D | types.hal | 51 * createDescriptor(). It describes the properties of a buffer and is consumed
|
/hardware/google/gchips/gralloc4/src/4.x/ |
D | GrallocMapper.h | 49 …Return<void> createDescriptor(const BufferDescriptorInfo &descriptorInfo, createDescriptor_cb hidl…
|
/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/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 147 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate() 180 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc 182 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor()
|
/hardware/interfaces/graphics/allocator/aidl/vts/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 165 BufferDescriptor createDescriptor(const BufferDescriptorInfo& descriptorInfo) { in createDescriptor() function in GraphicsTestsBase 167 mMapper4->createDescriptor( in createDescriptor() 183 auto descriptor = createDescriptor(descriptorInfo); in allocate()
|
/hardware/interfaces/graphics/allocator/4.0/ |
D | IAllocator.hal | 29 * obtained from IMapper::createDescriptor().
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 37 * obtained from IMapper::createDescriptor().
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | types.hal | 51 * createDescriptor(). It describes the properties of a buffer and is consumed
|
/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/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
|