Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DComposerClient.cpp65 std::unordered_map<int64_t, ::android::base::unique_fd> layerFences) { in addReleaseFences() argument
68 for (auto& [layer, layerFence] : layerFences) { in addReleaseFences()
943 std::unordered_map<int64_t, ::android::base::unique_fd> layerFences; in executeDisplayCommandPresentDisplay() local
945 auto error = display.present(&displayFence, &layerFences); in executeDisplayCommandPresentDisplay()
952 commandResults.addReleaseFences(displayId, std::move(layerFences)); in executeDisplayCommandPresentDisplay()