Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aidl/
Daidl.cpp32 if (d->item_type == INTERFACE_TYPE_BINDER) { in test_document()
37 if (q->item_type == METHOD_TYPE) { in test_document()
53 else if (d->item_type == USER_DATA_TYPE) { in test_document()
63 printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type); in test_document()
246 if (items->item_type == USER_DATA_TYPE) {
250 else if (items->item_type == INTERFACE_TYPE_BINDER
251 || items->item_type == INTERFACE_TYPE_RPC) {
257 items->item_type);
299 if (items->item_type == USER_DATA_TYPE) {
305 else if (items->item_type == INTERFACE_TYPE_BINDER
[all …]
Daidl_language_y.y84 b->document_item.item_type = USER_DATA_TYPE;
105 b->document_item.item_type = USER_DATA_TYPE;
130 … c->document_item.item_type = INTERFACE_TYPE_BINDER;
140 … c->document_item.item_type = INTERFACE_TYPE_BINDER;
150 … c->document_item.item_type = INTERFACE_TYPE_RPC;
212 … method->interface_item.item_type = METHOD_TYPE;
227 … method->interface_item.item_type = METHOD_TYPE;
Dgenerate_java.cpp66 if (iface->document_item.item_type == INTERFACE_TYPE_BINDER) { in generate_java()
69 else if (iface->document_item.item_type == INTERFACE_TYPE_RPC) { in generate_java()
Daidl_language.h47 unsigned item_type; member
72 unsigned item_type; member
Dgenerate_java_binder.cpp550 if (item->item_type == METHOD_TYPE) { in generate_binder_interface_class()
Dgenerate_java_rpc.cpp974 if (item->item_type == METHOD_TYPE) { in generate_rpc_interface_class()