Home
last modified time | relevance | path

Searched refs:GetCrtcSupported (Results 1 – 5 of 5) sorted by relevance

/external/drm_hwcomposer/
Ddrmcomposition.cpp144 if ((*iter)->GetCrtcSupported(*crtc)) { in DisableUnusedPlanes()
152 if ((*iter)->GetCrtcSupported(*crtc)) { in DisableUnusedPlanes()
Dplatform.cpp32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
Ddrmplane.h41 bool GetCrtcSupported(const DrmCrtc &crtc) const;
Ddrmplane.cpp136 bool DrmPlane::GetCrtcSupported(const DrmCrtc &crtc) const { in GetCrtcSupported() function in android::DrmPlane
Dplatformnv.cpp201 if ((*i)->GetCrtcSupported(*crtc)) { in GetCrtcPrimaryPlane()