H A D | vsync_distributor.cpp | 473 std::vector<sptr<VSyncConnection>> conns;
in ThreadMain() local 477 CollectConns(waitForVSync, timestamp, conns, true);
in ThreadMain() 503 if (!PostVSyncEventPreProcess(timestamp, conns)) {
in ThreadMain() 509 PostVSyncEvent(conns, timestamp, true);
in ThreadMain() 514 std::vector<sptr<VSyncConnection>> &conns, bool isDvsyncThread)
in CollectConns() 521 CollectConnectionsLTPO(waitForVSync, timestamp, conns, event_.vsyncPulseCount, isDvsyncThread);
in CollectConns() 523 CollectConnections(waitForVSync, timestamp, conns, event_.vsyncCount, isDvsyncThread);
in CollectConns() 527 bool VSyncDistributor::PostVSyncEventPreProcess(int64_t ×tamp, std::vector<sptr<VSyncConnection>> &conns)
in PostVSyncEventPreProcess() argument 539 CollectConns(waitForVSync, timestamp, conns, true);
in PostVSyncEventPreProcess() 546 for (auto conn : conns) {
in PostVSyncEventPreProcess() 513 CollectConns(bool &waitForVSync, int64_t ×tamp, std::vector<sptr<VSyncConnection>> &conns, bool isDvsyncThread) CollectConns() argument 628 std::vector<sptr<VSyncConnection>> conns; OnVSyncTrigger() local 701 std::vector<sptr<VSyncConnection>> conns; SendConnectionsToVSyncWindow() local 782 CollectConnections(bool &waitForVSync, int64_t timestamp, std::vector<sptr<VSyncConnection>> &conns, int64_t vsyncCount, bool isDvsyncThread) CollectConnections() argument 833 CollectConnectionsLTPO(bool &waitForVSync, int64_t timestamp, std::vector<sptr<VSyncConnection>> &conns, int64_t vsyncCount, bool isDvsyncThread) CollectConnectionsLTPO() argument 871 PostVSyncEvent(const std::vector<sptr<VSyncConnection>> &conns, int64_t timestamp, bool isDvsyncThread) PostVSyncEvent() argument [all...] |