Searched defs:parcelable (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aidl/
H A Daidl.cpp56 printf("parcelable %s %s;\n", b->package, b->name.data);
653 // parcelable: there's no output file.
785 if (0 == strcmp("parcelable", type)) {
953 // unless it's a parcelable *and* it's supposed to fail on parcelable
992 user_data_type* parcelable = (user_data_type*)doc; local
993 if ((parcelable->flattening_methods & PARCELABLE_DATA) != 0) {
994 line = "parcelable ";
996 if ((parcelable->flattening_methods & RPC_DATA) != 0) {
999 if (parcelable
[all...]

Completed in 66 milliseconds