Home
last modified time | relevance | path

Searched refs:rcd_plane_id_property_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp90 if (drm_->GetCrtcProperty(*this, "rcd_plane_id", &rcd_plane_id_property_)) in Init()
124 properties_.push_back(&rcd_plane_id_property_); in Init()
284 return rcd_plane_id_property_; in rcd_plane_id_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h115 DrmProperty rcd_plane_id_property_; variable