Searched refs:dumpTable (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | ListCommand.h | 112 void dumpTable(const NullableOStream<std::ostream>& out) const;
|
D | ListCommand.cpp | 462 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/ |
D | FrameTimeline.cpp | 39 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()
|