Searched defs:lshal (Results 1 – 13 of 13) sorted by relevance
30 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command()
34 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand()
34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand()
23 namespace lshal { namespace
22 namespace lshal { namespace
24 namespace lshal { namespace
20 namespace lshal { namespace
92 namespace lshal { namespace148 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest156 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::ListTest832 std::unique_ptr<Lshal> lshal; member in android::lshal::HelpTest
30 namespace lshal { namespace
31 namespace lshal { namespace
60 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand()
33 namespace lshal { namespace
54 namespace lshal { namespace