Searched refs:getVintfInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | TableEntry.cpp | 98 return getVintfInfo(); in getField() 120 std::string TableEntry::getVintfInfo() const { in getVintfInfo() function in android::lshal::TableEntry
|
D | ListCommand.cpp | 164 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()
|
D | TableEntry.h | 116 std::string getVintfInfo() const;
|
D | ListCommand.h | 130 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;
|