Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp64 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init()
180 properties_.push_back(&crtc_property_); in Init()
223 return crtc_property_; in crtc_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h88 DrmProperty crtc_property_; variable