Searched defs:Descriptor (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h87 struct Descriptor;
106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct in class:android::hardware::Gralloc1On0Adapter
107 Descriptor() function in struct:android::hardware::Gralloc1On0Adapter::Descriptor
152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) {
165 &Descriptor::setConsumerUsage, usage);
172 &Descriptor::setDimensions, width, height);
178 &Descriptor::setFormat, format);
184 &Descriptor::setLayerCount, layerCount);
191 &Descriptor
150 callDescriptorFunction(gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptorId, gralloc1_error_t (Descriptor::*member)(Args...), Args... args) argument
[all...]

Completed in 130 milliseconds