Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
H A DMapperHal.h38 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
44 outDescriptor); in createDescriptor()
60 BufferDescriptor* outDescriptor) = 0;
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferdescriptor.cpp55 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor_internal() argument
59 if (NULL == outDescriptor) in mali_gralloc_create_descriptor_internal()
84 *outDescriptor = (gralloc1_buffer_descriptor_t)buffer_descriptor; in mali_gralloc_create_descriptor_internal()
H A DGrallocWrapper.cpp44 BufferDescriptor* outDescriptor) const in createDescriptor()
55 *outDescriptor = tmpDescriptor; in createDescriptor()
H A Dmali_gralloc_bufferdescriptor.h104 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor);
H A Dmali_gralloc_public_interface.cpp53 …i_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor() argument
56 ret = mali_gralloc_create_descriptor_internal(outDescriptor); in mali_gralloc_create_descriptor()
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc0Hal.h72 BufferDescriptor* outDescriptor) override { in createDescriptor_2_1() argument
81 outDescriptor); in createDescriptor_2_1()
H A DGralloc1Hal.h74 BufferDescriptor* outDescriptor) override { in createDescriptor_2_1() argument
82 outDescriptor); in createDescriptor_2_1()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc0Hal.h52 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
71 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
H A DGralloc1Hal.h72 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
91 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A 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()
H A DGralloc1On0Adapter.cpp202 gralloc1_buffer_descriptor_t* outDescriptor) in createDescriptor() argument
210 *outDescriptor = descriptorId; in createDescriptor()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
H A DMapperHal.h35 BufferDescriptor* outDescriptor) = 0;
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h298 auto outDescriptor = mCommandEngine->getOutputMQDescriptor(); in getOutputCommandQueue() local
299 if (outDescriptor) { in getOutputCommandQueue()
300 hidl_cb(Error::NONE, *outDescriptor); in getOutputCommandQueue()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h279 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptor() argument
305 *outDescriptor = descriptor; in createDescriptor()
/aosp12/hardware/google/gchips/include/
H A DGrallocWrapper.h45 BufferDescriptor* outDescriptor) const;
/aosp12/frameworks/native/libs/ui/
H A DGralloc2.cpp120 BufferDescriptor* outDescriptor = static_cast<BufferDescriptor*>(outBufferDescriptor); in createDescriptor() local
135 *outDescriptor = tmpDescriptor; in createDescriptor()
H A DGralloc3.cpp111 BufferDescriptor* outDescriptor = static_cast<BufferDescriptor*>(outBufferDescriptor); in createDescriptor() local
124 *outDescriptor = tmpDescriptor; in createDescriptor()
H A DGralloc4.cpp121 BufferDescriptor* outDescriptor = static_cast<BufferDescriptor*>(outBufferDescriptor); in createDescriptor() local
134 *outDescriptor = tmpDescriptor; in createDescriptor()
/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc1.h370 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor);
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp553 auto outDescriptor = mWriter.getMQDescriptor(); in getOutputCommandQueue() local
554 if (outDescriptor) { in getOutputCommandQueue()
555 _hidl_cb(Error::NONE, *outDescriptor); in getOutputCommandQueue()