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

/frameworks/base/tools/aidl/
H A Daidl.cpp957 document_item_type* mainDoc = g_document; local
982 if (err != 0 || mainDoc == NULL) {
988 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
996 err |= gather_types(options.inputFileName.c_str(), mainDoc);
1005 test_document(mainDoc);
1016 // check the referenced types in mainDoc to make sure we've imported them
1017 err |= check_types(options.inputFileName.c_str(), mainDoc);
1019 // finally, there really only needs to be one thing in mainDoc, and it
1022 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
1027 ((interface_type*)mainDoc)
[all...]

Completed in 42 milliseconds