Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp723 java::JavaTypeNamespace java_types; in compile_aidl() local
724 java_types.Init(); in compile_aidl()
730 types = &java_types; in compile_aidl()
773 java::generate_java(output_file_name, defined_type, &java_types, io_delegate, options); in compile_aidl()
789 java::JavaTypeNamespace java_types; in dump_mappings() local
790 java_types.Init(); in dump_mappings()
795 input_file, options, io_delegate, &java_types, &defined_types, &imported_files); in dump_mappings()