Home
last modified time | relevance | path

Searched refs:outDescriptor (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapperHal.h38 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
44 outDescriptor); in createDescriptor()
60 BufferDescriptor* outDescriptor) = 0;
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc0Hal.h72 BufferDescriptor* outDescriptor) override { in createDescriptor_2_1() argument
81 outDescriptor); in createDescriptor_2_1()
DGralloc1Hal.h74 BufferDescriptor* outDescriptor) override { in createDescriptor_2_1() argument
82 outDescriptor); in createDescriptor_2_1()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h35 BufferDescriptor* outDescriptor) = 0;
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h52 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
71 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
DGralloc1Hal.h72 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
91 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h90 gralloc1_buffer_descriptor_t* outDescriptor);
92 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptorHook() argument
93 auto error = getAdapter(device)->createDescriptor(outDescriptor); in createDescriptorHook()
DGralloc1On0Adapter.cpp202 gralloc1_buffer_descriptor_t* outDescriptor) in createDescriptor() argument
210 *outDescriptor = descriptorId; in createDescriptor()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h288 auto outDescriptor = mCommandEngine->getOutputMQDescriptor(); in getOutputCommandQueue() local
289 if (outDescriptor) { in getOutputCommandQueue()
290 hidl_cb(Error::NONE, *outDescriptor); in getOutputCommandQueue()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h279 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptor() argument
305 *outDescriptor = descriptor; in createDescriptor()
/hardware/libhardware/include/hardware/
Dgralloc1.h370 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor);