Searched refs:lshal (Results 1 – 24 of 24) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | Command.h | 22 namespace lshal { 29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() argument
|
D | HelpCommand.h | 27 namespace lshal { 33 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand() argument
|
D | WaitCommand.h | 27 namespace lshal { 33 explicit WaitCommand(Lshal &lshal) : Command(lshal) {} in WaitCommand() argument
|
D | DebugCommand.h | 27 namespace lshal { 33 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand() argument
|
D | test.cpp | 92 namespace lshal { namespace 140 lshal = std::make_unique<Lshal>(out, err, serviceManager, serviceManager); in SetUp() 148 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest 156 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain() argument 157 return lshal->main(createArg(args)); in callMain() 161 EXPECT_EQ(0u, callMain(lshal, { in TEST_F() 169 EXPECT_EQ(0u, callMain(lshal, { in TEST_F() 177 EXPECT_NE(0u, callMain(lshal, { in TEST_F() 194 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand() argument 332 lshal = std::make_unique<Lshal>(out, err, serviceManager, passthruManager); in SetUp() [all …]
|
D | ListCommand.h | 39 namespace lshal { 59 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand() argument
|
D | main.cpp | 20 using namespace ::android::lshal; in main()
|
D | PipeRelay.h | 25 namespace lshal {
|
D | TableEntry.cpp | 31 namespace lshal { namespace 99 return lshal::to_string(serviceStatus); in getField()
|
D | HelpCommand.cpp | 22 namespace lshal { namespace
|
D | NullableOStream.h | 22 namespace lshal {
|
D | utils.cpp | 20 namespace lshal { namespace
|
D | WaitCommand.cpp | 25 namespace lshal { namespace
|
D | TextTable.cpp | 23 namespace lshal { namespace
|
D | utils.h | 27 namespace lshal {
|
D | DebugCommand.cpp | 24 namespace lshal { namespace
|
D | TextTable.h | 24 namespace lshal {
|
D | Lshal.h | 31 namespace lshal {
|
D | PipeRelay.cpp | 30 namespace lshal { namespace
|
D | Android.bp | 65 name: "lshal",
|
D | Timeout.h | 28 namespace lshal {
|
D | TableEntry.h | 32 namespace lshal {
|
D | ListCommand.cpp | 54 namespace lshal { namespace 200 return lshal::getVintfInfo(getDeviceManifest(), fqInstance, ta, DEVICE_MANIFEST) | in getVintfInfo() 201 lshal::getVintfInfo(getFrameworkManifest(), fqInstance, ta, FRAMEWORK_MANIFEST) | in getVintfInfo() 202 lshal::getVintfInfo(getDeviceMatrix(), fqInstance, ta, DEVICE_MATRIX) | in getVintfInfo() 203 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()
|
D | Lshal.cpp | 35 namespace lshal { namespace
|