Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp94 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init()
185 properties_.push_back(&crtc_h_property_); in Init()
243 return crtc_h_property_; in crtc_h_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h93 DrmProperty crtc_h_property_; variable