Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() function in android::intel::HwcLayerList
299 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) { in initialize()
301 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()
307 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) && in initialize()
311 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()
DHwcLayerList.h50 bool checkSupported(int planeType, HwcLayer *hwcLayer);