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