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.h83 std::string getBaseName() const;
DAST.h206 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.cpp653 std::string Interface::getBaseName() const { in getBaseName() function in android::Interface
DgenerateCpp.cpp824 std::string baseName = getBaseName(); in generateCppSource()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp84 std::string getBaseName(const std::string& rawName) { in getBaseName() function
165 getBaseName(method->name())}, in emitAidl()
170 if ((*iface)->getBaseName() != interface.getBaseName()) { in emitAidl()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java166 String baseName = getBaseName(complexType); in printClass()
670 private String getBaseName(XsdComplexType complexType) throws JavaCodeGeneratorException { in getBaseName() method in JavaCodeGenerator
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java226 String baseName = getBaseName(complexType); in printClass()
790 private String getBaseName(XsdComplexType complexType) throws CppCodeGeneratorException { in getBaseName() method in CppCodeGenerator