Home
last modified time | relevance | path

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

/external/drm_hwcomposer/drm/
DDrmPlane.h62 const DrmProperty &in_fence_fd_property() const;
DDrmPlane.cpp220 const DrmProperty &DrmPlane::in_fence_fd_property() const { in in_fence_fd_property() function in android::DrmPlane
/external/drm_hwcomposer/compositor/
DDrmDisplayCompositor.cpp419 int prop_id = plane->in_fence_fd_property().id(); in CommitFrame()