Home
last modified time | relevance | path

Searched refs:definesInterfaces (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/hidl/
H A DScope.h59 bool definesInterfaces() const;
H A DScope.cpp117 bool Scope::definesInterfaces() const { in definesInterfaces() function in android::Scope
H A DAST.h63 bool definesInterfaces() const;
H A DAST.cpp99 bool AST::definesInterfaces() const { in definesInterfaces() function in android::AST
100 return mRootScope.definesInterfaces(); in definesInterfaces()
H A DCoordinator.cpp316 } else if ((*ast)->definesInterfaces()) { in parseOptional()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp374 if (parent->definesInterfaces()) { in getParentInterface()