Home
last modified time | relevance | path

Searched refs:dumpVintf (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
DListCommand.h115 void dumpVintf(const NullableOStream<std::ostream>& out) const;
Dtest.cpp205 void dumpVintf(const NullableOStream<std::ostream>& out) { in dumpVintf() function in android::lshal::MockListCommand
206 return ListCommand::dumpVintf(out); in dumpVintf()
DListCommand.cpp463 void ListCommand::dumpVintf(const NullableOStream<std::ostream>& out) const { in dumpVintf() function in android::lshal::ListCommand
566 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()