Searched refs:pendingVsyncs (Results 1 – 2 of 2) sorted by relevance
439 std::vector<std::pair<hwc2_display_t, int64_t>> pendingVsyncs; in registerCallback() local460 pendingVsyncs.emplace_back(displayId, timestamp); in registerCallback()490 if (!pendingVsyncs.empty()) { in registerCallback()492 for (auto& pendingVsync : pendingVsyncs) { in registerCallback()
480 std::vector<std::pair<hwc2_display_t, int64_t>> pendingVsyncs; in registerCallback() local501 pendingVsyncs.emplace_back(displayId, timestamp); in registerCallback()531 if (!pendingVsyncs.empty()) { in registerCallback()533 for (auto& pendingVsync : pendingVsyncs) { in registerCallback()