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

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

Completed in 726 milliseconds