Home
last modified time | relevance | path

Searched refs:rotation_property (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/
Ddrmplane.h54 const DrmProperty &rotation_property() const;
Ddrmplane.cpp186 const DrmProperty &DrmPlane::rotation_property() const { in rotation_property() function in android::DrmPlane
Ddrmdisplaycompositor.cpp746 if (rotation && plane->rotation_property().id() == 0) { in CommitFrame()
787 if (plane->rotation_property().id()) { in CommitFrame()
789 plane->rotation_property().id(), rotation); in CommitFrame()
792 plane->rotation_property().id(), plane->id()); in CommitFrame()