Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp144 ret = drm_->GetPlaneProperty(*this, "standard", &standard_); in Init()
195 properties_.push_back(&standard_); in Init()
283 return standard_; in standard_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h103 DrmProperty standard_; variable