Lines Matching defs:HwcLayer
18 #include <HwcLayer.h>
56 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer)
96 HwcLayer::~HwcLayer()
99 WTRACE("HwcLayer is not cleaned up");
110 bool HwcLayer::attachPlane(DisplayPlane* plane, int device)
129 DisplayPlane* HwcLayer::detachPlane()
140 void HwcLayer::setType(uint32_t type)
171 uint32_t HwcLayer::getType() const
176 void HwcLayer::setCompositionType(int32_t type)
181 int32_t HwcLayer::getCompositionType() const
186 int HwcLayer::getIndex() const
191 int HwcLayer::getZOrder() const
196 uint32_t HwcLayer::getFormat() const
201 uint32_t HwcLayer::getBufferWidth() const
206 uint32_t HwcLayer::getBufferHeight() const
211 const stride_t& HwcLayer::getBufferStride() const
216 uint32_t HwcLayer::getUsage() const
221 buffer_handle_t HwcLayer::getHandle() const
226 uint32_t HwcLayer::getTransform() const
231 bool HwcLayer::isProtected() const
236 hwc_layer_1_t* HwcLayer::getLayer() const
241 DisplayPlane* HwcLayer::getPlane() const
246 void HwcLayer::setPriority(uint32_t priority)
251 uint32_t HwcLayer::getPriority() const
256 bool HwcLayer::update(hwc_layer_1_t *layer)
317 bool HwcLayer::isUpdated()
322 uint32_t HwcLayer::getStaticCount()
327 void HwcLayer::postFlip()
345 void HwcLayer::setupAttributes()