Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DCommand.h22 namespace lshal {
29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() argument
DHelpCommand.h27 namespace lshal {
33 explicit HelpCommand(Lshal &lshal) : Command(lshal) {} in HelpCommand() argument
DWaitCommand.h27 namespace lshal {
33 explicit WaitCommand(Lshal &lshal) : Command(lshal) {} in WaitCommand() argument
DDebugCommand.h28 namespace lshal {
34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand() argument
Dtest.cpp109 namespace lshal { namespace
163 lshal = std::make_unique<Lshal>(out, err, serviceManager, serviceManager); in SetUp()
171 std::unique_ptr<Lshal> lshal; member in android::lshal::DebugTest
179 static Status callMain(const std::unique_ptr<T>& lshal, const std::vector<const char*>& args) { in callMain() argument
180 return lshal->main(createArg(args)); in callMain()
184 EXPECT_EQ(0u, callMain(lshal, { in TEST_F()
192 EXPECT_EQ(0u, callMain(lshal, { in TEST_F()
200 EXPECT_NE(0u, callMain(lshal, { in TEST_F()
207 EXPECT_EQ(0u, callMain(lshal, { in TEST_F()
217 EXPECT_EQ(0u, callMain(lshal, { in TEST_F()
[all …]
DListCommand.h40 namespace lshal {
57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand() argument
DParentDebugInfoLevel.h19 namespace lshal {
Dmain.cpp20 using namespace ::android::lshal; in main()
DPipeRelay.h31 namespace lshal {
DHelpCommand.cpp22 namespace lshal { namespace
DTableEntry.cpp32 namespace lshal { namespace
100 return lshal::to_string(serviceStatus); in getField()
DTimeout.h26 namespace lshal {
Dutils.cpp20 namespace lshal { namespace
DWaitCommand.cpp25 namespace lshal { namespace
DTextTable.cpp23 namespace lshal { namespace
DNullableOStream.h22 namespace lshal {
Dutils.h27 namespace lshal {
DDebugCommand.cpp24 namespace lshal { namespace
DTextTable.h24 namespace lshal {
DLshal.h33 namespace lshal {
DPipeRelay.cpp34 namespace lshal { namespace
DAndroid.bp76 name: "lshal",
DTableEntry.h32 namespace lshal {
DListCommand.cpp55 namespace lshal { namespace
201 return lshal::getVintfInfo(getDeviceManifest(), fqInstance, ta, DEVICE_MANIFEST) | in getVintfInfo()
202 lshal::getVintfInfo(getFrameworkManifest(), fqInstance, ta, FRAMEWORK_MANIFEST) | in getVintfInfo()
203 lshal::getVintfInfo(getDeviceMatrix(), fqInstance, ta, DEVICE_MATRIX) | in getVintfInfo()
204 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()
DLshal.cpp35 namespace lshal { namespace