Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp47 ret = drm_->GetCrtcProperty(*this, "OUT_FENCE_PTR", &out_fence_ptr_property_); in Init()
89 properties_.push_back(&out_fence_ptr_property_); in Init()
151 return out_fence_ptr_property_; in out_fence_ptr_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h82 DrmProperty out_fence_ptr_property_; variable