Searched refs:dumpVsync (Results 1 – 3 of 3) sorted by relevance
154 void dumpVsync(std::string&) const;
774 void Scheduler::dumpVsync(std::string& s) const { in dumpVsync() function in android::Scheduler
4703 {"--dispsync"s, dumper([this](std::string& s) { mScheduler->dumpVsync(s); })}, in doDump()4844 mScheduler->dumpVsync(result); in dumpVSync()