Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.cpp97 return getVintfInfo(); in getField()
118 std::string TableEntry::getVintfInfo() const { in getVintfInfo() function in android::lshal::TableEntry
DListCommand.cpp163 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo() function
190 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo() function in android::lshal::ListCommand
200 return lshal::getVintfInfo(getDeviceManifest(), fqInstance, ta, DEVICE_MANIFEST) | in getVintfInfo()
201 lshal::getVintfInfo(getFrameworkManifest(), fqInstance, ta, FRAMEWORK_MANIFEST) | in getVintfInfo()
202 lshal::getVintfInfo(getDeviceMatrix(), fqInstance, ta, DEVICE_MATRIX) | in getVintfInfo()
203 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()
354 entry.vintfInfo = getVintfInfo(entry.interfaceName, {entry.transport, entry.arch}); in postprocess()
DTableEntry.h111 std::string getVintfInfo() const;
DListCommand.h132 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;