Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp128 ret = drm_->GetPlaneProperty(*this, "rotation", &rotation_property_); in Init()
191 properties_.push_back(&rotation_property_); in Init()
267 return rotation_property_; in rotation_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h99 DrmProperty rotation_property_; variable