Searched defs:io_delegate (Results 1 - 7 of 7) sorted by relevance

/system/tools/aidl/
H A Dmain_cpp.cpp20 #include "io_delegate.h"
40 android::aidl::IoDelegate io_delegate; local
41 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
H A Dmain_java.cpp21 #include "io_delegate.h"
40 android::aidl::IoDelegate io_delegate; local
43 return android::aidl::compile_aidl_to_java(*options, io_delegate);
45 if (android::aidl::preprocess_aidl(*options, io_delegate))
H A Dimport_resolver.cpp33 ImportResolver::ImportResolver(const IoDelegate& io_delegate, argument
35 : io_delegate_(io_delegate) {
H A Dgenerate_java.cpp59 const IoDelegate& io_delegate, const JavaOptions& options) {
68 CodeWriterPtr code_writer = io_delegate.GetCodeWriter(filename);
57 generate_java(const string& filename, const string& originalSrc, AidlInterface* iface, JavaTypeNamespace* types, const IoDelegate& io_delegate, const JavaOptions& options) argument
H A Daidl_language.cpp157 Parser::Parser(const IoDelegate& io_delegate) argument
158 : io_delegate_(io_delegate) {
H A Daidl.cpp269 const IoDelegate& io_delegate,
275 CodeWriterPtr writer = io_delegate.GetCodeWriter(dep_file_name);
297 const IoDelegate& io_delegate) {
305 CodeWriterPtr writer = io_delegate.GetCodeWriter(dep_file_name);
500 bool parse_preprocessed_file(const IoDelegate& io_delegate, argument
503 unique_ptr<LineReader> line_reader = io_delegate.GetLineReader(filename);
552 const IoDelegate& io_delegate,
562 if (!parse_preprocessed_file(io_delegate, s, types)) {
571 Parser p{io_delegate};
595 ImportResolver import_resolver{io_delegate, import_path
267 write_java_dep_file(const JavaOptions& options, const vector<unique_ptr<AidlImport>>& imports, const IoDelegate& io_delegate, const string& output_file_name) argument
294 write_cpp_dep_file(const CppOptions& options, const AidlInterface& interface, const vector<unique_ptr<AidlImport>>& imports, const IoDelegate& io_delegate) argument
547 load_and_validate_aidl( const std::vector<std::string>& preprocessed_files, const std::vector<std::string>& import_paths, const std::string& input_file_name, const bool generate_traces, const IoDelegate& io_delegate, TypeNamespace* types, std::unique_ptr<AidlInterface>* returned_interface, std::vector<std::unique_ptr<AidlImport>>* returned_imports) argument
681 compile_aidl_to_cpp(const CppOptions& options, const IoDelegate& io_delegate) argument
707 compile_aidl_to_java(const JavaOptions& options, const IoDelegate& io_delegate) argument
753 preprocess_aidl(const JavaOptions& options, const IoDelegate& io_delegate) argument
[all...]
H A Dgenerate_cpp.cpp787 const IoDelegate& io_delegate,
810 unique_ptr<CodeWriter> code_writer(io_delegate.GetCodeWriter(header_path));
815 io_delegate.RemovePath(header_path);
846 const IoDelegate& io_delegate) {
855 if (!io_delegate.CreatedNestedDirs(options.OutputHeaderDir(),
861 if (!WriteHeader(options, types, interface, io_delegate,
863 !WriteHeader(options, types, interface, io_delegate,
865 !WriteHeader(options, types, interface, io_delegate,
870 unique_ptr<CodeWriter> writer = io_delegate.GetCodeWriter(
878 io_delegate
784 WriteHeader(const CppOptions& options, const TypeNamespace& types, const AidlInterface& interface, const IoDelegate& io_delegate, ClassNames header_type) argument
843 GenerateCpp(const CppOptions& options, const TypeNamespace& types, const AidlInterface& interface, const IoDelegate& io_delegate) argument
[all...]

Completed in 106 milliseconds