Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmcomposition.cpp77 if ((*iter)->GetCrtcSupported(*crtc)) in GetRemainingLayers()
82 if ((*iter)->GetCrtcSupported(*crtc)) in GetRemainingLayers()
100 if ((*iter)->GetCrtcSupported(*crtc)) { in AddLayer()
108 if ((*iter)->GetCrtcSupported(*crtc)) { in AddLayer()
Ddrmplane.h40 bool GetCrtcSupported(const DrmCrtc &crtc) const;
Ddrmplane.cpp130 bool DrmPlane::GetCrtcSupported(const DrmCrtc &crtc) const { in GetCrtcSupported() function in android::DrmPlane