Searched refs:dumpVintf (Results 1 – 3 of 3) sorted by relevance
113 void dumpVintf(const NullableOStream<std::ostream>& out) const;
230 void dumpVintf(const NullableOStream<std::ostream>& out) { in dumpVintf() function in android::lshal::MockListCommand231 return ListCommand::dumpVintf(out); in dumpVintf()
382 void ListCommand::dumpVintf(const NullableOStream<std::ostream>& out) const { in dumpVintf() function in android::lshal::ListCommand485 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()