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

/frameworks/base/tools/aidl/
H A Daidl.cpp873 document_item_type* mainDoc = g_document; local
898 if (err != 0 || mainDoc == NULL) {
904 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
912 err |= gather_types(options.inputFileName.c_str(), mainDoc);
921 test_document(mainDoc);
932 // check the referenced types in mainDoc to make sure we've imported them
933 err |= check_types(options.inputFileName.c_str(), mainDoc);
935 // finally, there really only needs to be one thing in mainDoc, and it
938 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
942 if (err != 0 || mainDoc
[all...]

Completed in 29 milliseconds