HomeSort by relevance Sort by last modified time
    Searched refs:INTERFACE_TYPE_BINDER (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aidl/
aidl_language.h 67 INTERFACE_TYPE_BINDER,
generate_java.cpp 66 if (iface->document_item.item_type == INTERFACE_TYPE_BINDER) {
aidl.cpp 32 if (d->item_type == INTERFACE_TYPE_BINDER) {
250 else if (items->item_type == INTERFACE_TYPE_BINDER
305 else if (items->item_type == INTERFACE_TYPE_BINDER
321 if (items->item_type == INTERFACE_TYPE_BINDER) {
425 if (!(kind == INTERFACE_TYPE_BINDER ? returnType->CanWriteToParcel()
471 if (!(kind == INTERFACE_TYPE_BINDER ? t->CanWriteToParcel() : t->CanWriteToRpcData())) {
548 if (items->item_type == INTERFACE_TYPE_BINDER
596 if (next->item_type == INTERFACE_TYPE_BINDER) {
650 if (items->item_type == INTERFACE_TYPE_BINDER || items->item_type == INTERFACE_TYPE_RPC) {
710 if (items->item_type == INTERFACE_TYPE_BINDER || items->item_type == INTERFACE_TYPE_RPC)
    [all...]
aidl_language_y.y 130 c->document_item.item_type = INTERFACE_TYPE_BINDER;
140 c->document_item.item_type = INTERFACE_TYPE_BINDER;

Completed in 263 milliseconds