Home
last modified time | relevance | path

Searched refs:dumpPrimaryDispSync (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h173 void dumpPrimaryDispSync(std::string& result) const;
DScheduler.cpp323 void Scheduler::dumpPrimaryDispSync(std::string& result) const { in dumpPrimaryDispSync() function in android::Scheduler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4640 mScheduler->dumpPrimaryDispSync(s); in doDump()