Searched refs:checkSupported (Results 1 – 2 of 2) sorted by relevance
48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() function in android::intel::HwcLayerList299 } 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()
50 bool checkSupported(int planeType, HwcLayer *hwcLayer);