Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct
107 Descriptor() in Descriptor() function
115 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
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h324 using Descriptor = android::hardware::graphics::mapper::V2_0::BufferDescriptor; member
339 using Descriptor = android::hardware::graphics::mapper::V3_0::BufferDescriptor; member
Dmedia_hidl_test_common.cpp253 using Descriptor = typename Gralloc::Descriptor; in allocateGraphicBuffers() typedef