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

/frameworks/base/tools/aidl/
H A Daidl.cpp63 printf("parcelable %s %s;\n", b->package, b->name.data);
660 // parcelable: there's no output file.
802 if (0 == strcmp("parcelable", type)) {
1043 // unless it's a parcelable *and* it's supposed to fail on parcelable
1082 user_data_type* parcelable = (user_data_type*)doc; local
1083 if ((parcelable->flattening_methods & PARCELABLE_DATA) != 0) {
1084 line = "parcelable ";
1086 if ((parcelable->flattening_methods & RPC_DATA) != 0) {
1089 if (parcelable
[all...]

Completed in 7 milliseconds