Home
last modified time | relevance | path

Searched refs:flushToDisplay (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DHostFrameComposer.cpp522 auto [_, flushCompleteFence] = mDrmClient->flushToDisplay( in presentDisplay()
668 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
695 auto [_, flushFence] = mDrmClient->flushToDisplay( in presentDisplay()
DDrmClient.h82 std::tuple<HWC3::Error, ::android::base::unique_fd> flushToDisplay(
DClientFrameComposer.cpp150 auto [flushError, flushCompleteFence] = mDrmClient.flushToDisplay( in presentDisplay()
DGuestFrameComposer.cpp493 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate()
817 … auto [error, fence] = mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
DDrmClient.cpp344 std::tuple<HWC3::Error, ::android::base::unique_fd> DrmClient::flushToDisplay( in flushToDisplay() function in aidl::android::hardware::graphics::composer3::impl::DrmClient