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

/frameworks/base/tools/aidl/
H A Daidl_language.h66 PARCELABLE_TYPE = 12, enumerator in enum:__anon755
H A Daidl.cpp53 else if (d->item_type == PARCELABLE_TYPE) {
241 if (items->item_type == PARCELABLE_TYPE) {
293 if (items->item_type == PARCELABLE_TYPE) {
500 // (nothing to check for PARCELABLE_TYPE)
550 else if (next->item_type == PARCELABLE_TYPE) {
558 if (items->item_type == PARCELABLE_TYPE) {
712 parcl->document_item.item_type = PARCELABLE_TYPE;
895 if (doc->item_type == PARCELABLE_TYPE) {
H A Daidl_language_y.y82 b->document_item.item_type = PARCELABLE_TYPE;

Completed in 46 milliseconds