Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1Allocator.h57 gralloc1_buffer_descriptor_t* outDescriptor);
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()
DGralloc1Allocator.cpp255 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptor() argument
286 *outDescriptor = descriptor; in createDescriptor()
DGralloc1On0Adapter.cpp196 gralloc1_buffer_descriptor_t* outDescriptor) in createDescriptor() argument
204 *outDescriptor = descriptorId; in createDescriptor()
/hardware/libhardware/include/hardware/
Dgralloc1.h367 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor);
/hardware/interfaces/graphics/composer/2.1/default/
DComposerClient.cpp472 auto outDescriptor = mWriter.getMQDescriptor(); in getOutputCommandQueue() local
473 if (outDescriptor) { in getOutputCommandQueue()
474 hidl_cb(Error::NONE, *outDescriptor); in getOutputCommandQueue()