Searched refs:HwcLayerList (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/img/hwcomposer/include/
H A DIDisplayContext.h24 class HwcLayerList;
34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
H A DPrimaryDevice.h23 #include <common/base/HwcLayerList.h>
H A DPhysicalDevice.h23 #include <common/base/HwcLayerList.h>
96 HwcLayerList *mLayerList;
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.h33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
H A DTngDisplayContext.cpp21 #include <common/base/HwcLayerList.h>
73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList)
/hardware/intel/img/hwcomposer/common/base/
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...]
H A DHwcLayerList.h31 class HwcLayerList { class in namespace:android::intel
33 HwcLayerList(hwc_display_contents_1_t *list, int disp);
34 virtual ~HwcLayerList();
/hardware/intel/img/hwcomposer/
H A DAndroid.mk35 common/base/HwcLayerList.cpp \
/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp74 mLayerList = new HwcLayerList(list, mType);

Completed in 198 milliseconds