Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp108 mPendingVsyncs(), in CfHWC2()
473 for (auto pending : mPendingVsyncs) { in registerCallback()
484 mPendingVsyncs.clear(); in registerCallback()
2720 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp); in hwc1Vsync()
DHWC2.h730 std::vector<std::pair<int, int64_t>> mPendingVsyncs; variable