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