Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DMethod.h95 bool hasEmptyCppArgSignature() const;
H A DgenerateCpp.cpp805 if (!method->hasEmptyCppArgSignature()) { in generateProxyHeader()
1002 if (!method->hasEmptyCppArgSignature()) { in generateProxyMethodSource()
1038 if (!method->hasEmptyCppArgSignature()) { in generateStaticProxyMethodSource()
H A DMethod.cpp155 bool Method::hasEmptyCppArgSignature() const { in hasEmptyCppArgSignature() function in android::Method