Searched refs:flushToDisplay (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | HostFrameComposer.cpp | 522 auto [_, flushCompleteFence] = mDrmClient->flushToDisplay( in presentDisplay() 668 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay() 695 auto [_, flushFence] = mDrmClient->flushToDisplay( in presentDisplay()
|
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 | GuestFrameComposer.cpp | 493 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate() 817 … auto [error, fence] = mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); 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
|