Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmcrtc.cpp46 int ret = drm_->GetCrtcProperty(*this, "ACTIVE", &active_property_); in Init()
81 return active_property_; in active_property()
Ddrmcrtc.h65 DrmProperty active_property_; variable