Searched refs:GetCrtcSupported (Results 1 – 5 of 5) sorted by relevance
144 if ((*iter)->GetCrtcSupported(*crtc)) { in DisableUnusedPlanes()152 if ((*iter)->GetCrtcSupported(*crtc)) { in DisableUnusedPlanes()
32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
41 bool GetCrtcSupported(const DrmCrtc &crtc) const;
136 bool DrmPlane::GetCrtcSupported(const DrmCrtc &crtc) const { in GetCrtcSupported() function in android::DrmPlane
201 if ((*i)->GetCrtcSupported(*crtc)) { in GetCrtcPrimaryPlane()