Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.cpp98 return getVintfInfo(); in getField()
120 std::string TableEntry::getVintfInfo() const { in getVintfInfo() function in android::lshal::TableEntry
DListCommand.cpp164 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo() function
191 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo() function in android::lshal::ListCommand
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()
275 entry.vintfInfo = getVintfInfo(entry.interfaceName, {entry.transport, entry.arch}); in postprocess()
DTableEntry.h116 std::string getVintfInfo() const;
DListCommand.h130 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;