Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp164 ret = drm_->GetPlaneProperty(*this, "hw restrictions", &hw_restrictions_); in Init()
200 properties_.push_back(&hw_restrictions_); in Init()
303 return hw_restrictions_; in hw_restrictions_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h108 DrmProperty hw_restrictions_; variable