Home
last modified time | relevance | path

Searched defs:lshal (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/cmds/lshal/
DCommand.h30 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command()
DHelpCommand.h34 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand()
DDebugCommand.h34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand()
DTextTable.cpp23 namespace lshal { namespace
DHelpCommand.cpp22 namespace lshal { namespace
DDebugCommand.cpp24 namespace lshal { namespace
Dutils.cpp20 namespace lshal { namespace
Dtest.cpp92 namespace lshal { namespace
148 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest
156 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain()
194 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand()
400 std::unique_ptr<Lshal> lshal; member in android::lshal::ListTest
832 std::unique_ptr<Lshal> lshal; member in android::lshal::HelpTest
DPipeRelay.cpp30 namespace lshal { namespace
DTableEntry.cpp31 namespace lshal { namespace
DListCommand.h60 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand()
DLshal.cpp33 namespace lshal { namespace
DListCommand.cpp54 namespace lshal { namespace