Home
last modified time | relevance | path

Searched refs:getBaseName (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/
DgenerateCppImpl.cpp85 const std::string baseName = iface->getBaseName(); in generateCppImplHeader()
142 const std::string baseName = iface->getBaseName(); in generateCppImplSource()
DgenerateVts.cpp52 std::string baseName = AST::getBaseName(); in generateVts()
DgenerateJavaImpl.cpp29 const std::string baseName = iface->getBaseName(); in generateJavaImpl()
DInterface.h86 std::string getBaseName() const;
DAST.h203 std::string getBaseName() const;
DAST.cpp884 std::string AST::getBaseName() const { in getBaseName() function in android::AST
887 return iface ? iface->getBaseName() : "types"; in getBaseName()
DgenerateJava.cpp144 const std::string baseName = iface->getBaseName(); in generateJava()
DInterface.cpp684 std::string Interface::getBaseName() const { in getBaseName() function in android::Interface
DgenerateCpp.cpp838 std::string baseName = getBaseName(); in generateCppSource()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp93 std::string getBaseName(const std::string& rawName) { in getBaseName() function
197 getBaseName(method->name())}, in emitAidl()
202 if (iface->getBaseName() != interface.getBaseName()) { in emitAidl()
/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaCodeGenerator.java191 String baseName = getBaseName(complexType); in printClass()
772 private String getBaseName(XsdComplexType complexType) throws JavaCodeGeneratorException { in getBaseName() method in JavaCodeGenerator
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java381 String baseName = getBaseName(complexType); in printClass()
1183 private String getBaseName(XsdComplexType complexType) throws CppCodeGeneratorException { in getBaseName() method in CppCodeGenerator