Home
last modified time | relevance | path

Searched refs:checkSupported (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.h50 bool checkSupported(int planeType, HwcLayer *hwcLayer);
DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() function in android::intel::HwcLayerList
295 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) { in initialize()
297 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()
303 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) && in initialize()
307 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.h49 bool checkSupported(int planeType, HwcLayer *hwcLayer);
DHwcLayerList.cpp49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() function in android::intel::HwcLayerList
247 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) { in initialize()
250 checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()