Searched refs:checkSupported (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.h | 50 bool checkSupported(int planeType, HwcLayer *hwcLayer);
|
D | HwcLayerList.cpp | 48 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/ |
D | HwcLayerList.h | 49 bool checkSupported(int planeType, HwcLayer *hwcLayer);
|
D | HwcLayerList.cpp | 49 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()
|