Home
last modified time | relevance | path

Searched refs:HwcLayerList (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) in HwcLayerList() function in android::intel::HwcLayerList
43 HwcLayerList::~HwcLayerList() in ~HwcLayerList()
48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer) in checkRgbOverlaySupported()
175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
246 bool HwcLayerList::initialize() in initialize()
353 void HwcLayerList::deinitialize() in deinitialize()
382 bool HwcLayerList::allocatePlanes() in allocatePlanes()
387 bool HwcLayerList::assignCursorPlanes() in assignCursorPlanes()
420 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) in assignCursorPlanes()
[all …]
DHwcLayerList.h31 class HwcLayerList {
33 HwcLayerList(hwc_display_contents_1_t *list, int disp);
34 virtual ~HwcLayerList();
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.cpp28 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) in HwcLayerList() function in android::intel::HwcLayerList
44 HwcLayerList::~HwcLayerList() in ~HwcLayerList()
49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
203 bool HwcLayerList::initialize() in initialize()
285 void HwcLayerList::deinitialize() in deinitialize()
314 bool HwcLayerList::allocatePlanes() in allocatePlanes()
319 bool HwcLayerList::assignCursorPlanes() in assignCursorPlanes()
351 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) in assignCursorPlanes()
369 bool HwcLayerList::assignOverlayPlanes() in assignOverlayPlanes()
[all …]
DHwcLayerList.h31 class HwcLayerList {
33 HwcLayerList(hwc_display_contents_1_t *list, int disp);
34 virtual ~HwcLayerList();
/hardware/intel/img/hwcomposer/merrifield/include/
DIDisplayContext.h24 class HwcLayerList; variable
34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
DPhysicalDevice.h109 HwcLayerList *mLayerList;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DIDisplayContext.h24 class HwcLayerList; variable
34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
DPhysicalDevice.h97 HwcLayerList *mLayerList;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngDisplayContext.h47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
DTngDisplayContext.cpp72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngDisplayContext.h47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
DTngDisplayContext.cpp72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents()
/hardware/intel/img/hwcomposer/moorefield_hdmi/
DAndroid.mk38 common/base/HwcLayerList.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DAndroid.mk29 ../../common/base/HwcLayerList.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DAndroid.mk29 ../../common/base/HwcLayerList.cpp \
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp75 mLayerList = new HwcLayerList(list, mType); in onGeometryChanged()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp76 mLayerList = new HwcLayerList(list, mType); in onGeometryChanged()