Searched defs:lshal (Results 1 – 16 of 16) sorted by relevance
109 namespace lshal { namespace171 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest179 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::ListTest1130 std::unique_ptr<Lshal> lshal; member in android::lshal::HelpTest
29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command()
33 explicit WaitCommand(Lshal &lshal) : Command(lshal) {} in WaitCommand()
33 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
25 namespace lshal { namespace
24 namespace lshal { namespace
20 namespace lshal { namespace
34 namespace lshal { namespace
32 namespace lshal { namespace
57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand()
35 namespace lshal { namespace
55 namespace lshal { namespace
57847 {"lshal":{"path":["frameworks/native/cmds/lshal"],"installed":["out/target/product/shiba/system/bin… object