Searched defs:onlyParcelable (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/aidl/
H A Daidl.cpp591 bool* onlyParcelable)
615 *onlyParcelable = true;
626 *onlyParcelable = false;
1021 bool onlyParcelable = false; local
1022 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
1025 if (!onlyParcelable) {
1045 !(onlyParcelable && options.failOnParcelable)) {
1052 if (onlyParcelable && !options.failOnParcelable) {
590 exactly_one_interface(const char* filename, const document_item_type* items, const Options& options, bool* onlyParcelable) argument

Completed in 41 milliseconds