Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp439 std::vector<std::pair<hwc2_display_t, int64_t>> pendingVsyncs; in registerCallback() local
460 pendingVsyncs.emplace_back(displayId, timestamp); in registerCallback()
490 if (!pendingVsyncs.empty()) { in registerCallback()
492 for (auto& pendingVsync : pendingVsyncs) { in registerCallback()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp480 std::vector<std::pair<hwc2_display_t, int64_t>> pendingVsyncs; in registerCallback() local
501 pendingVsyncs.emplace_back(displayId, timestamp); in registerCallback()
531 if (!pendingVsyncs.empty()) { in registerCallback()
533 for (auto& pendingVsync : pendingVsyncs) { in registerCallback()