Home
last modified time | relevance | path

Searched refs:lshal (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/cmds/lshal/
DCommand.h23 namespace lshal {
30 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() argument
DHelpCommand.h28 namespace lshal {
34 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand() argument
Dtest.cpp92 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 …]
DDebugCommand.h28 namespace lshal {
34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand() argument
DListCommand.h40 namespace lshal {
60 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand() argument
Dmain.cpp20 using namespace ::android::lshal; in main()
DPipeRelay.h27 namespace lshal {
DTableEntry.cpp31 namespace lshal { namespace
99 return lshal::to_string(serviceStatus); in getField()
DHelpCommand.cpp22 namespace lshal { namespace
Dutils.cpp20 namespace lshal { namespace
DNullableOStream.h23 namespace lshal {
DTextTable.cpp23 namespace lshal { namespace
Dutils.h28 namespace lshal {
DDebugCommand.cpp24 namespace lshal { namespace
DTextTable.h25 namespace lshal {
DLshal.h33 namespace lshal {
DPipeRelay.cpp30 namespace lshal { namespace
DAndroid.bp63 name: "lshal",
DTimeout.h26 namespace lshal {
DTableEntry.h33 namespace lshal {
DListCommand.cpp54 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()
DLshal.cpp33 namespace lshal { namespace