Home
last modified time | relevance | path

Searched refs:TransportArch (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
DListCommand.h130 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;
DListCommand.cpp147 vintf::TransportArch ta) { in match()
158 vintf::TransportArch /* ta */) { in match() argument
165 const FqInstance& fqInstance, vintf::TransportArch ta, VintfInfo value) { in getVintfInfo()
192 vintf::TransportArch ta) const { in getVintfInfo()
Dtest.cpp466 vintf::TransportArch hwbinder{Transport::HWBINDER, Arch::ARCH_64}; in TEST_F()
467 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F()
468 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()