Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/
DgenerateVts.cpp35 const Interface *iface = mRootScope->getInterface(); in emitVtsTypeDeclarations()
72 const Interface *iface = mRootScope->getInterface(); in generateVts()
110 const Interface *iface = mRootScope->getInterface(); in generateVts()
DgenerateCpp.cpp456 const Interface *iface = mRootScope->getInterface(); in generateInterfaceHeader()
479 const Interface *iface = mRootScope->getInterface(); in generateInterfaceHeader()
581 iface = mRootScope->getInterface(); in generateHwBinderHeader()
813 const Interface *iface = mRootScope->getInterface(); in generateMethods()
848 const Interface *iface = mRootScope->getInterface(); in generateStubHeader()
953 const Interface *iface = mRootScope->getInterface(); in generateProxyHeader()
1044 iface = mRootScope->getInterface(); in generateCppSources()
1104 const Interface *iface = mRootScope->getInterface(); in generateCppSources()
1175 const Interface *iface = mRootScope->getInterface(); in generateCppSources()
1850 const Interface *iface = mRootScope->getInterface(); in generatePassthroughHeader()
[all …]
DScope.cpp90 Interface *Scope::getInterface() const { in getInterface() function in android::Scope
99 Interface *iface = getInterface(); in containsSingleInterface()
DAST.cpp546 const Interface *iface = mRootScope->getInterface(); in isJavaCompatible()
556 Interface *iface = mRootScope->getInterface(); in isIBase()
560 const Interface *AST::getInterface() const { in getInterface() function in android::AST
561 return mRootScope->getInterface(); in getInterface()
DgenerateCppImpl.cpp89 const Interface *iface = mRootScope->getInterface(); in generateStubImplHeader()
209 const Interface *iface = mRootScope->getInterface(); in generateStubImplSource()
DScope.h48 Interface *getInterface() const;
DAST.h121 const Interface *getInterface() const;
DgenerateJava.cpp116 const Interface *iface = mRootScope->getInterface(); in generateJava()
DCoordinator.cpp448 iface = currentAST->getInterface(); in enforceMinorVersionUprevs()