/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 30 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo; 31 static_assert(sizeof(OldBufferDescriptorInfo) == sizeof(IMapper::BufferDescriptorInfo) && 33 offsetof(IMapper::BufferDescriptorInfo, width) && 35 offsetof(IMapper::BufferDescriptorInfo, height) && 37 offsetof(IMapper::BufferDescriptorInfo, layerCount) && 39 offsetof(IMapper::BufferDescriptorInfo, format) && 41 offsetof(IMapper::BufferDescriptorInfo, usage), 70 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 95 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 106 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
D | MapperVts.h | 66 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, 69 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 74 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 79 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 88 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo); 108 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride); 112 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo); 120 Error getFromBufferDescriptorInfo(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/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() 40 IMapper::BufferDescriptorInfo{ in createDescriptor() 50 const IMapper::BufferDescriptorInfo& descriptorInfo, 59 virtual Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
D | Mapper.h | 42 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 66 Return<void> createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 42 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride); 46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo); 48 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | GrallocBufferDescriptor.h | 38 const IMapper::BufferDescriptorInfo& descriptorInfo) { in grallocEncodeBufferDescriptor() 53 IMapper::BufferDescriptorInfo* outDescriptorInfo) { in grallocDecodeBufferDescriptor() 59 *outDescriptorInfo = IMapper::BufferDescriptorInfo{ in grallocDecodeBufferDescriptor()
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc0Hal.h | 38 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 71 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1() 74 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
|
D | Gralloc1Hal.h | 40 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 73 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1() 78 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
D | MapperVts.h | 56 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, 63 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 27 * This is the same as @2.0::IMapper::BufferDescriptorInfo except that it 30 struct BufferDescriptorInfo { 74 BufferDescriptorInfo descriptorInfo, 101 * accepts @2.1::IMapper::BufferDescriptorInfo. 121 createDescriptor_2_1(BufferDescriptorInfo descriptorInfo)
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiMapper.h | 63 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo; 65 android::hardware::graphics::mapper::V2_1::IMapper::BufferDescriptorInfo; 106 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
D | gr_buf_descriptor.h | 49 static hidl_vec<uint32_t> Encode(const IMapper::BufferDescriptorInfo &bd_info) { in Encode()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 127 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 150 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 272 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 297 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported() 322 Error Gralloc::getFromBufferDescriptorInfo(const IMapper::BufferDescriptorInfo& descriptorInfo, in getFromBufferDescriptorInfo()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 122 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 141 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 262 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 287 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 59 using DecodeFunction = std::function<void(const IMapper::BufferDescriptorInfo& descriptorInfo, 83 void testGet(const IMapper::BufferDescriptorInfo& descriptorInfo, in testGet() 94 void testSet(const IMapper::BufferDescriptorInfo& descriptorInfo, in testSet() 346 IMapper::BufferDescriptorInfo mDummyDescriptorInfo{}; 1076 [](const IMapper::BufferDescriptorInfo& /*info*/, const hidl_vec<uint8_t>& vec) { in TEST_P() argument 1087 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P() 1099 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P() 1111 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P() 1123 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P() 1135 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P() [all …]
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc0Hal.h | 76 mapper::V2_0::IMapper::BufferDescriptorInfo descriptorInfo; in allocateBuffers() 127 Error allocateOneBuffer(const mapper::V2_0::IMapper::BufferDescriptorInfo& info, in allocateOneBuffer()
|
D | Gralloc1Hal.h | 86 mapper::V2_0::IMapper::BufferDescriptorInfo descriptorInfo; in allocateBuffers() 278 Error createDescriptor(const mapper::V2_0::IMapper::BufferDescriptorInfo& info, in createDescriptor()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.h | 67 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo; 99 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
D | gr_buf_descriptor.h | 49 static hidl_vec<uint32_t> Encode(const IMapper::BufferDescriptorInfo &bd_info) { in Encode()
|
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
D | MapperHal.h | 34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 210 IMapper4::BufferDescriptorInfo info{}; in validateBufferSize() 218 IMapper3::BufferDescriptorInfo info{}; in validateBufferSize() 226 IMapper2_1::BufferDescriptorInfo info{}; in validateBufferSize()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 107 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 126 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 331 IMapper4::BufferDescriptorInfo info{}; in allocate() 339 IMapper3::BufferDescriptorInfo info{}; in allocate() 347 IMapper2::BufferDescriptorInfo info{}; in allocate()
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 24 struct BufferDescriptorInfo { 82 createDescriptor(BufferDescriptorInfo description) 150 BufferDescriptorInfo description, 289 * Test whether the given BufferDescriptorInfo is allocatable. 299 isSupported(BufferDescriptorInfo description)
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 24 struct BufferDescriptorInfo { 96 createDescriptor(BufferDescriptorInfo description) 164 BufferDescriptorInfo description, 227 * in the BufferDescriptorInfo. 316 * Test whether the given BufferDescriptorInfo is allocatable. 326 isSupported(BufferDescriptorInfo description) 511 * Given a BufferDescriptorInfo, gets the starting value of a given 519 * - `BAD_VALUE` if any of the specified BufferDescriptorInfo attributes 530 getFromBufferDescriptorInfo(BufferDescriptorInfo description, 641 * in the BufferDescriptorInfo.
|