Searched refs:dumpTable (Results 1 – 2 of 2) sorted by relevance
114 void dumpTable(const NullableOStream<std::ostream>& out) const;
533 void ListCommand::dumpTable(const NullableOStream<std::ostream>& out) const { in dumpTable() function in android::lshal::ListCommand566 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()