Searched defs:HwcLayerList (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.h31 class HwcLayerList { class in namespace:android::intel
33 HwcLayerList(hwc_display_contents_1_t *list, int disp);
34 virtual ~HwcLayerList();
H A DHwcLayerList.cpp18 #include <common/base/HwcLayerList.h>
29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) function in class:android::intel::HwcLayerList
43 HwcLayerList::~HwcLayerList()
48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
177 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)
249 bool HwcLayerList::initialize()
352 void HwcLayerList
[all...]

Completed in 64 milliseconds