Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmconnector.cpp60 ret = drm_->GetConnectorProperty(*this, "CRTC_ID", &crtc_id_property_); in Init()
146 properties_.push_back(&crtc_id_property_); in Init()
275 return crtc_id_property_; in crtc_id_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmconnector.h118 DrmProperty crtc_id_property_; variable