Home
last modified time | relevance | path

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

/external/drm_hwcomposer/drm/
DDrmEncoder.h43 auto GetIndexInResArray() const { in GetIndexInResArray() function
48 return (enc_->possible_clones & (1 << encoder.GetIndexInResArray())) != 0; in CanClone()
52 return (enc_->possible_crtcs & (1 << crtc.GetIndexInResArray())) != 0; in SupportsCrtc()
DDrmCrtc.h46 auto GetIndexInResArray() const { in GetIndexInResArray() function
DDrmConnector.h54 auto GetIndexInResArray() const { in GetIndexInResArray() function
DVSyncWorker.cpp123 uint32_t high_crtc = (pipe->crtc->Get()->GetIndexInResArray() in Routine()
DDrmPlane.cpp151 return ((1 << crtc.GetIndexInResArray()) & plane_->possible_crtcs) != 0; in IsCrtcSupported()