Searched refs:INTERFACE_TYPE_BINDER (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp66 if (iface->document_item.item_type == INTERFACE_TYPE_BINDER) {
H A Daidl.cpp39 if (d->item_type == INTERFACE_TYPE_BINDER) {
258 else if (items->item_type == INTERFACE_TYPE_BINDER
313 else if (items->item_type == INTERFACE_TYPE_BINDER
329 if (items->item_type == INTERFACE_TYPE_BINDER) {
433 if (!(kind == INTERFACE_TYPE_BINDER ? returnType->CanWriteToParcel()
479 if (!(kind == INTERFACE_TYPE_BINDER ? t->CanWriteToParcel() : t->CanWriteToRpcData())) {
556 if (items->item_type == INTERFACE_TYPE_BINDER
604 if (next->item_type == INTERFACE_TYPE_BINDER) {
658 if (items->item_type == INTERFACE_TYPE_BINDER || items->item_type == INTERFACE_TYPE_RPC) {
728 if (items->item_type == INTERFACE_TYPE_BINDER || item
[all...]
H A Daidl_language.h71 INTERFACE_TYPE_BINDER, enumerator in enum:__anon1108
H A Daidl_language_y.y131 c->document_item.item_type = INTERFACE_TYPE_BINDER;
141 c->document_item.item_type = INTERFACE_TYPE_BINDER;

Completed in 1137 milliseconds