Searched refs:layerFences (Results 1 – 1 of 1) sorted by relevance
65 std::unordered_map<int64_t, ::android::base::unique_fd> layerFences) { in addReleaseFences() argument68 for (auto& [layer, layerFence] : layerFences) { in addReleaseFences()943 std::unordered_map<int64_t, ::android::base::unique_fd> layerFences; in executeDisplayCommandPresentDisplay() local945 auto error = display.present(&displayFence, &layerFences); in executeDisplayCommandPresentDisplay()952 commandResults.addReleaseFences(displayId, std::move(layerFences)); in executeDisplayCommandPresentDisplay()