Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h112 void dumpTable(const NullableOStream<std::ostream>& out) const;
DListCommand.cpp462 void ListCommand::dumpTable(const NullableOStream<std::ostream>& out) const { in dumpTable() function in android::lshal::ListCommand
495 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp39 void dumpTable(std::string& result, TimelineItem predictions, TimelineItem actuals, in dumpTable() function
527 dumpTable(result, mPredictions, mActuals, indent, mPredictionState, baseTime); in dump()
1481 dumpTable(result, mSurfaceFlingerPredictions, mSurfaceFlingerActuals, "", mPredictionState, in dump()