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