Home
last modified time | relevance | path

Searched refs:generateProxySource (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DAST.h322 void generateProxySource(Formatter& out, const FQName& fqName) const;
H A DgenerateCpp.cpp919 generateProxySource(out, iface->fqName()); in generateCppSource()
1207 void AST::generateProxySource(Formatter& out, const FQName& fqName) const { in generateProxySource() function in android::AST