Searched refs:getInterface (Results 1 - 18 of 18) sorted by last modified time

/system/tools/hidl/
H A DAST.cpp83 return mRootScope.getInterface() != nullptr;
756 Interface* iface = mRootScope.getInterface();
760 const Interface *AST::getInterface() const {
761 return mRootScope.getInterface();
765 const Interface* iface = mRootScope.getInterface();
H A DAST.h176 const Interface *getInterface() const;
H A DCoordinator.cpp303 path.c_str(), (*ast)->getInterface()->localName().c_str());
306 } else if ((*ast)->getInterface()->localName() != fqName.name()) {
715 iface = currentAST->getInterface();
742 (lastAST == nullptr || lastAST->getInterface() == nullptr)
750 bool lastFQNameExists = lastAST != nullptr && lastAST->getInterface() != nullptr;
H A DScope.cpp91 Interface *Scope::getInterface() const { function in class:android::Scope
H A DScope.h52 Interface *getInterface() const;
H A DgenerateCpp.cpp208 const Interface *iface = getInterface();
352 const Interface *iface = getInterface();
549 const Interface* iface = mRootScope.getInterface();
576 out << "typedef " << mRootScope.getInterface()->localName() << " Pure;\n\n";
586 const Interface* iface = mRootScope.getInterface();
695 const Interface* iface = mRootScope.getInterface();
774 const Interface *iface = getInterface();
813 const Interface* iface = mRootScope.getInterface();
1624 const Interface* iface = mRootScope.getInterface();
1699 const Interface* iface = mRootScope.getInterface();
[all...]
H A DgenerateCppAdapter.cpp38 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes";
45 generateCppPackageInclude(out, mPackage, getInterface()->localName());
50 const std::string mockName = getInterface()->fqName().cppName();
82 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes";
88 generateCppPackageInclude(out, mPackage, getInterface()->localName());
104 const std::string mockName = getInterface()->fqName().cppName();
147 const std::string klassName = getInterface()->getAdapterName();
H A DgenerateCppImpl.cpp77 const Interface* iface = mRootScope.getInterface();
144 const Interface* iface = mRootScope.getInterface();
H A DgenerateJava.cpp117 const Interface* iface = mRootScope.getInterface();
H A DgenerateVts.cpp34 const Interface* iface = mRootScope.getInterface();
53 const Interface *iface = AST::getInterface();
77 const Interface* iface = mRootScope.getInterface();
/system/tools/hidl/test/utils_test/
H A Dmain.cpp144 EXPECT_EQ("IFoo", e.getInterface());
157 EXPECT_EQ("IFoo", e.getInterface());
169 EXPECT_EQ("IFoo", e.getInterface());
/system/tools/hidl/utils/
H A DFqInstance.cpp49 const std::string& FqInstance::getInterface() const { function in class:android::FqInstance
/system/tools/hidl/utils/include/hidl-util/
H A DFqInstance.h43 const std::string& getInterface() const;
/system/libvintf/
H A DHalManifest.cpp222 fqInstance.getInterface(), fqInstance.getInstance())) {
H A DManifestHal.cpp129 e.getInterface(), e.getInstance())) {
133 e.getInterface() + "', instance='" + e.getInstance() + "'";
H A DManifestInstance.cpp54 return mFqInstance.getInterface();
H A DMatrixInstance.cpp56 return mFqInstance.getInterface();
66 interface() == provided.getInterface() && matchInstance(provided.getInstance());
/system/libvintf/test/
H A Dvintf_object_tests.cpp914 existing.getInterface() == interface) {

Completed in 155 milliseconds