Searched refs:compositionResult (Results 1 – 2 of 2) sorted by relevance
491 auto compositionResult = displayInfo.swapchain->getNextImage(); in onDisplayCreate() local493 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate()501 compositionResult->markAsInUse(std::move(flushSyncFd)); in onDisplayCreate()666 auto compositionResult = displayInfo.swapchain->getNextImage(); in presentDisplay() local667 compositionResult->wait(); in presentDisplay()669 if (compositionResult->getBuffer() == nullptr) { in presentDisplay()675 if (compositionResult->getDrmBuffer() == nullptr) { in presentDisplay()682 mGralloc.Import(compositionResult->getBuffer()); in presentDisplay()817 … auto [error, fence] = mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()824 compositionResult->markAsInUse(outDisplayFence->ok() in presentDisplay()
498 auto compositionResult = displayInfo.swapchain->getNextImage(); in presentDisplay() local499 compositionResult->wait(); in presentDisplay()611 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()617 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()668 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()696 displayId, compositionResult->getDrmBuffer(), displayClientTargetFence); in presentDisplay()705 compositionResult->markAsInUse(outDisplayFence->ok() in presentDisplay()