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
Dtest.cpp95 namespace lshal { namespace
157 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest
165 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain()
219 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand()
425 std::unique_ptr<Lshal> lshal; member in android::lshal::ListTest
1005 std::unique_ptr<Lshal> lshal; member in android::lshal::HelpTest
DTableEntry.cpp31 namespace lshal { namespace
DListCommand.h57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand()
DPipeRelay.cpp29 namespace lshal { namespace
DLshal.cpp35 namespace lshal { namespace
DListCommand.cpp53 namespace lshal { namespace