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
DDebugCommand.cpp24 namespace lshal { namespace
DWaitCommand.cpp25 namespace lshal { namespace
Dutils.cpp20 namespace lshal { namespace
DPipeRelay.cpp34 namespace lshal { namespace
Dtest.cpp109 namespace lshal { namespace
171 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest
179 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain()
243 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand()
449 std::unique_ptr<Lshal> lshal; member in android::lshal::ListTest
1130 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.cpp55 namespace lshal { namespace