HomeSort by relevance Sort by last modified time
    Searched defs:HwcLayer (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 18 #include <common/base/HwcLayer.h>
55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer)
80 HwcLayer::~HwcLayer()
83 WLOGTRACE("HwcLayer is not cleaned up");
90 bool HwcLayer::attachPlane(DisplayPlane* plane, int device)
109 DisplayPlane* HwcLayer::detachPlane()
120 void HwcLayer::setType(uint32_t type)
151 uint32_t HwcLayer::getType() cons
    [all...]
HwcLayer.h 26 class HwcLayer {
55 HwcLayer(int index, hwc_layer_1_t *layer);
56 virtual ~HwcLayer();
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 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() cons
    [all...]
HwcLayer.h 32 class HwcLayer {
61 HwcLayer(int index, hwc_layer_1_t *layer);
62 virtual ~HwcLayer();

Completed in 140 milliseconds