Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h149 std::string getInterfacePassthroughName() const;
/aosp12/system/tools/hidl/utils/
H A DFQName.cpp389 std::string FQName::getInterfacePassthroughName() const { in getInterfacePassthroughName() function in android::FQName
406 return FQName(package(), version(), getInterfacePassthroughName()); in getInterfacePassthroughFqName()
/aosp12/system/tools/hidl/
H A DInterface.cpp699 return fqName().getInterfacePassthroughName(); in getPassthroughName()
H A Dmain.cpp1084 [](const FQName& fqName) { return fqName.getInterfacePassthroughName() + ".h"; }, in __anonb1df64e51202()