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

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp18 #include <HwcLayer.h>
56 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
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
[all...]
H A DHwcLayer.h32 class HwcLayer { class in namespace:android::intel
61 HwcLayer(int index, hwc_layer_1_t *layer);
62 virtual ~HwcLayer();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp18 #include <common/base/HwcLayer.h>
55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
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
[all...]
H A DHwcLayer.h26 class HwcLayer { class in namespace:android::intel
55 HwcLayer(int index, hwc_layer_1_t *layer);
56 virtual ~HwcLayer();

Completed in 1129 milliseconds