Searched defs:Descriptor (Results 1 – 1 of 1) sorted by relevance
106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct107 Descriptor() in Descriptor() function115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions()121 gralloc1_error_t setFormat(int32_t f) { in setFormat()126 gralloc1_error_t setLayerCount(uint32_t lc) { in setLayerCount()152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) { in callDescriptorFunction() argument