Searched refs:flushToDisplay (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmClient.h | 82 std::tuple<HWC3::Error, ::android::base::unique_fd> flushToDisplay(
|
D | ClientFrameComposer.cpp | 150 auto [flushError, flushCompleteFence] = mDrmClient.flushToDisplay( in presentDisplay()
|
D | HostFrameComposer.cpp | 528 auto [_, flushCompleteFence] = mDrmClient->flushToDisplay( in presentDisplay() 692 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay() 719 auto [_, flushFence] = mDrmClient->flushToDisplay( in presentDisplay()
|
D | DrmClient.cpp | 344 std::tuple<HWC3::Error, ::android::base::unique_fd> DrmClient::flushToDisplay( in flushToDisplay() function in aidl::android::hardware::graphics::composer3::impl::DrmClient
|
D | GuestFrameComposer.cpp | 558 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate() 881 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
|