Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h56 bool definesInterfaces() const;
DScope.cpp101 bool Scope::definesInterfaces() const { in definesInterfaces() function in android::Scope
DAST.h63 bool definesInterfaces() const;
DAST.cpp99 bool AST::definesInterfaces() const { in definesInterfaces() function in android::AST
100 return mRootScope.definesInterfaces(); in definesInterfaces()
DCoordinator.cpp316 } else if ((*ast)->definesInterfaces()) { in parseOptional()