Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h113 void dumpVintf(const NullableOStream<std::ostream>& out) const;
Dtest.cpp254 void dumpVintf(const NullableOStream<std::ostream>& out) { in dumpVintf() function in android::lshal::MockListCommand
255 return ListCommand::dumpVintf(out); in dumpVintf()
DListCommand.cpp392 void ListCommand::dumpVintf(const NullableOStream<std::ostream>& out) const { in dumpVintf() function in android::lshal::ListCommand
495 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()