Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.h82 std::tuple<HWC3::Error, ::android::base::unique_fd> flushToDisplay(
DClientFrameComposer.cpp150 auto [flushError, flushCompleteFence] = mDrmClient.flushToDisplay( in presentDisplay()
DHostFrameComposer.cpp528 auto [_, flushCompleteFence] = mDrmClient->flushToDisplay( in presentDisplay()
692 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
719 auto [_, flushFence] = mDrmClient->flushToDisplay( 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
DGuestFrameComposer.cpp558 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate()
881 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()