Home
last modified time | relevance | path

Searched refs:getInterfaceProxyFqName (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h154 FQName getInterfaceProxyFqName() const;
/aosp12/system/tools/hidl/utils/
H A DFQName.cpp393 FQName FQName::getInterfaceProxyFqName() const { in getInterfaceProxyFqName() function in android::FQName
/aosp12/system/tools/hidl/
H A DInterface.cpp703 return fqName().getInterfaceProxyFqName(); in getProxyFqName()