Searched refs:dumpVintf (Results 1 – 3 of 3) sorted by relevance
101 void dumpVintf(const NullableOStream<std::ostream>& out) const;
198 void dumpVintf(const NullableOStream<std::ostream>& out) { in dumpVintf() function in android::lshal::MockListCommand199 return ListCommand::dumpVintf(out); in dumpVintf()
297 void ListCommand::dumpVintf(const NullableOStream<std::ostream>& out) const { in dumpVintf() function in android::lshal::ListCommand463 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()