Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DCommand.h29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command()
DHelpCommand.h33 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand()
DWaitCommand.h33 explicit WaitCommand(Lshal &lshal) : Command(lshal) {} in WaitCommand()
DDebugCommand.h34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand()
DTextTable.cpp23 namespace lshal { namespace
DHelpCommand.cpp22 namespace lshal { namespace
DWaitCommand.cpp25 namespace lshal { namespace
DDebugCommand.cpp24 namespace lshal { namespace
Dutils.cpp20 namespace lshal { namespace
DPipeRelay.cpp34 namespace lshal { namespace
Dtest.cpp103 namespace lshal { namespace
165 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest
173 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain()
237 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand()
443 std::unique_ptr<Lshal> lshal; member in android::lshal::ListTest
1023 std::unique_ptr<Lshal> lshal; member in android::lshal::HelpTest
DListCommand.h57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand()
DTableEntry.cpp32 namespace lshal { namespace
DLshal.cpp35 namespace lshal { namespace
DListCommand.cpp54 namespace lshal { namespace