Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h134 std::string getInterfaceHwName() const;
/aosp12/system/tools/hidl/utils/
H A DFQName.cpp377 std::string FQName::getInterfaceHwName() const { in getInterfaceHwName() function in android::FQName
/aosp12/system/tools/hidl/
H A DInterface.cpp695 return fqName().getInterfaceHwName(); in getHwName()
H A Dmain.cpp1068 return fqName.isInterfaceName() ? fqName.getInterfaceHwName() + ".h" : "hwtypes.h"; in __anonb1df64e50f02()