Home
last modified time | relevance | path

Searched refs:VintfInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/lshal/
DTableEntry.h61 using VintfInfo = unsigned int; variable
90 VintfInfo vintfInfo{VINTF_INFO_EMPTY};
DTableEntry.cpp119 static const std::map<VintfInfo, std::string> values{ in getVintfInfo()
DListCommand.h132 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;
DListCommand.cpp163 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo()
164 const FqInstance& fqInstance, vintf::TransportArch ta, VintfInfo value) { in getVintfInfo()
190 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo()