Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h113 void dumpVintf(const NullableOStream<std::ostream>& out) const;
H A Dtest.cpp230 void dumpVintf(const NullableOStream<std::ostream>& out) { in dumpVintf() function in android::lshal::MockListCommand
231 return ListCommand::dumpVintf(out); in dumpVintf()
H A DListCommand.cpp382 void ListCommand::dumpVintf(const NullableOStream<std::ostream>& out) const { in dumpVintf() function in android::lshal::ListCommand
485 auto dump = mVintf ? &ListCommand::dumpVintf : &ListCommand::dumpTable; in dump()