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

/frameworks/base/tools/aidl/
H A Daidl.cpp60 else if (d->item_type == USER_DATA_TYPE) {
254 if (items->item_type == USER_DATA_TYPE) {
307 if (items->item_type == USER_DATA_TYPE) {
555 // (nothing to check for USER_DATA_TYPE)
602 if (items->next != NULL && next->item_type != USER_DATA_TYPE) {
615 if (items->item_type == USER_DATA_TYPE) {
732 } else if (items->item_type == USER_DATA_TYPE) {
807 parcl->document_item.item_type = USER_DATA_TYPE;
822 parcl->document_item.item_type = USER_DATA_TYPE;
1082 if (doc->item_type == USER_DATA_TYPE) {
[all...]
H A Daidl_language.h70 USER_DATA_TYPE = 12, enumerator in enum:__anon1108
H A Daidl_language_y.y85 b->document_item.item_type = USER_DATA_TYPE;
106 b->document_item.item_type = USER_DATA_TYPE;

Completed in 1251 milliseconds