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

/frameworks/base/tools/aidl/
H A Daidl_language.h66 USER_DATA_TYPE = 12, enumerator in enum:__anon1166
H A Daidl.cpp53 else if (d->item_type == USER_DATA_TYPE) {
246 if (items->item_type == USER_DATA_TYPE) {
299 if (items->item_type == USER_DATA_TYPE) {
547 // (nothing to check for USER_DATA_TYPE)
594 if (items->next != NULL && next->item_type != USER_DATA_TYPE) {
607 if (items->item_type == USER_DATA_TYPE) {
714 } else if (items->item_type == USER_DATA_TYPE) {
789 parcl->document_item.item_type = USER_DATA_TYPE;
804 parcl->document_item.item_type = USER_DATA_TYPE;
991 if (doc->item_type == USER_DATA_TYPE) {
[all...]
H A Daidl_language_y.y84 b->document_item.item_type = USER_DATA_TYPE;
105 b->document_item.item_type = USER_DATA_TYPE;

Completed in 43 milliseconds