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

/system/tools/aidl/
H A Dmain_cpp.cpp20 #include "io_delegate.h"
35 android::aidl::IoDelegate io_delegate; local
36 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
H A Dmain_java.cpp21 #include "io_delegate.h"
35 android::aidl::IoDelegate io_delegate; local
38 return android::aidl::compile_aidl_to_java(*options, io_delegate);
40 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) {
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) argument
H A Daidl_language.cpp119 Parser::Parser(const IoDelegate& io_delegate) argument
120 : io_delegate_(io_delegate) {
H A Daidl.cpp259 const IoDelegate& io_delegate,
265 CodeWriterPtr writer = io_delegate.GetCodeWriter(dep_file_name);
286 const IoDelegate& io_delegate) {
294 CodeWriterPtr writer = io_delegate.GetCodeWriter(dep_file_name);
457 bool parse_preprocessed_file(const IoDelegate& io_delegate, argument
460 unique_ptr<LineReader> line_reader = io_delegate.GetLineReader(filename);
508 const IoDelegate& io_delegate,
518 if (!parse_preprocessed_file(io_delegate, s, types)) {
527 Parser p{io_delegate};
551 ImportResolver import_resolver{io_delegate, import_path
257 write_java_dep_file(const JavaOptions& options, const vector<unique_ptr<AidlImport>>& imports, const IoDelegate& io_delegate, const string& output_file_name) argument
283 write_cpp_dep_file(const CppOptions& options, const AidlInterface& interface, const vector<unique_ptr<AidlImport>>& imports, const IoDelegate& io_delegate) argument
504 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 IoDelegate& io_delegate, TypeNamespace* types, std::unique_ptr<AidlInterface>* returned_interface, std::vector<std::unique_ptr<AidlImport>>* returned_imports) argument
632 compile_aidl_to_cpp(const CppOptions& options, const IoDelegate& io_delegate) argument
657 compile_aidl_to_java(const JavaOptions& options, const IoDelegate& io_delegate) argument
702 preprocess_aidl(const JavaOptions& options, const IoDelegate& io_delegate) argument
[all...]
H A Dgenerate_cpp.cpp708 const IoDelegate& io_delegate,
731 unique_ptr<CodeWriter> code_writer(io_delegate.GetCodeWriter(header_path));
736 io_delegate.RemovePath(header_path);
767 const IoDelegate& io_delegate) {
776 if (!io_delegate.CreatedNestedDirs(options.OutputHeaderDir(),
782 if (!WriteHeader(options, types, interface, io_delegate,
784 !WriteHeader(options, types, interface, io_delegate,
786 !WriteHeader(options, types, interface, io_delegate,
791 unique_ptr<CodeWriter> writer = io_delegate.GetCodeWriter(
799 io_delegate
705 WriteHeader(const CppOptions& options, const TypeNamespace& types, const AidlInterface& interface, const IoDelegate& io_delegate, ClassNames header_type) argument
764 GenerateCpp(const CppOptions& options, const TypeNamespace& types, const AidlInterface& interface, const IoDelegate& io_delegate) argument
[all...]

Completed in 61 milliseconds