Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DCompositionEngine.cpp152 ui::DisplayVector<ftl::Future<std::monostate>> presentFutures; in present() local
154 presentFutures.push_back(output->present(args)); in present()
159 for (auto& future : presentFutures) { in present()