Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp35 int ret = drm_->GetCrtcProperty(*this, "ACTIVE", &active_property_); in Init()
103 properties_.push_back(&active_property_); in Init()
183 return active_property_; in active_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h94 DrmProperty active_property_; variable