Searched refs:getFormatter (Results 1 – 6 of 6) sorted by relevance
/system/tools/hidl/ |
D | main.cpp | 58 const GetFormatter& getFormatter)>; 106 return coordinator->getFormatter(fqName, location, getFileName(fqName)); in generate() 264 const FileGenerator::GetFormatter& getFormatter) -> status_t { in astGenerationFunction() argument 273 Formatter out = getFormatter(); in astGenerationFunction() 294 const FileGenerator::GetFormatter& getFormatter) { in generateJavaForPackage() argument 328 Formatter out = getFormatter(); in generateJavaForPackage() 558 const FileGenerator::GetFormatter& getFormatter) { in generateAdapterMainSource() argument 578 Formatter out = getFormatter(); in generateAdapterMainSource() 614 const FileGenerator::GetFormatter& getFormatter) { in generateAndroidBpForPackage() argument 673 Formatter out = getFormatter(); in generateAndroidBpForPackage() [all …]
|
D | Coordinator.h | 68 Formatter getFormatter(const FQName& fqName, Location location,
|
D | Coordinator.cpp | 107 Formatter Coordinator::getFormatter(const FQName& fqName, Location location, in getFormatter() function in android::Coordinator
|
/system/tools/hidl/hidl2aidl/ |
D | main.cpp | 397 coordinator.getFormatter(fqName, Coordinator::Location::DIRECT, "conversion.log"); in main() 451 coordinator.getFormatter(fqName, Coordinator::Location::DIRECT, "Android.bp"); in main()
|
D | AidlHelper.cpp | 169 coordinator.getFormatter(namedType.fqName(), Coordinator::Location::DIRECT, in getFileWithHeader()
|
D | AidlTranslate.cpp | 406 coordinator.getFormatter(fqName, Coordinator::Location::DIRECT, in emitCppTranslateHeader() 440 Formatter out = coordinator.getFormatter(fqName, Coordinator::Location::DIRECT, in emitTranslateSource()
|