Searched refs:lshal (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/cmds/lshal/
H A Dmain.cpp20 using namespace ::android::lshal;
H A DDebugCommand.cpp22 namespace lshal { namespace in namespace:android
24 DebugCommand::DebugCommand(Lshal &lshal) : mLshal(lshal) { argument
52 } // namespace lshal
H A DDebugCommand.h27 namespace lshal { namespace in namespace:android
33 DebugCommand(Lshal &lshal);
46 } // namespace lshal
H A DPipeRelay.h27 namespace lshal { namespace in namespace:android
55 } // namespace lshal
H A DListCommand.h34 namespace lshal { namespace in namespace:android
40 ListCommand(Lshal &lshal);
98 } // namespace lshal
H A DLshal.h31 namespace lshal { namespace in namespace:android
65 } // namespace lshal
H A DNullableOStream.h23 namespace lshal { namespace in namespace:android
70 } // namespace lshal
H A DPipeRelay.cpp23 namespace lshal { namespace in namespace:android
106 } // namespace lshal
H A DTableEntry.h27 namespace lshal { namespace in namespace:android
93 } // namespace lshal
H A Dutils.cpp20 namespace lshal { namespace in namespace:android
51 } // namespace lshal
H A Dutils.h28 namespace lshal { namespace in namespace:android
79 } // namespace lshal
H A DListCommand.cpp45 namespace lshal { namespace in namespace:android
47 ListCommand::ListCommand(Lshal &lshal) : mLshal(lshal), mErr(lshal.err()), mOut(lshal.out()) { argument
65 mCmdlines[pid] = ::android::lshal::getCmdline(pid);
141 // use a double for loop here because lshal doesn't care about efficiency.
247 case lshal::ARCH32:
249 case lshal::ARCH64:
251 case lshal
[all...]
H A DTimeout.h26 namespace lshal { namespace in namespace:android
96 } // namespace lshal
H A DLshal.cpp17 #define LOG_TAG "lshal"
32 namespace lshal { namespace in namespace:android
53 "lshal: List and debug HALs.\n"
64 " lshal\n"
65 " lshal list\n"
66 " List all hals with default ordering and columns (`lshal list -ipc`)\n"
67 " lshal list [-h|--help]\n"
68 " -h, --help: Print help message for list (`lshal help list`)\n"
69 " lshal [list] [--interface|-i] [--transport|-t] [-r|--arch]\n"
90 " lshal debu
[all...]
H A Dtest.cpp77 namespace lshal { namespace in namespace:android
135 "lshal", "debug", "android.hardware.tests.baz@1.0::IQuux/default", "foo", "bar"
145 "lshal", "debug", "android.hardware.tests.baz@1.0::IQuux", "baz", "quux"
155 "lshal", "debug", "android.hardware.tests.doesnotexist@1.0::IDoesNotExist",
162 } // namespace lshal

Completed in 250 milliseconds