Lines Matching refs:item_type

39         if (d->item_type == INTERFACE_TYPE_BINDER) {
44 if (q->item_type == METHOD_TYPE) {
60 else if (d->item_type == USER_DATA_TYPE) {
70 printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type);
253 if (items->item_type == USER_DATA_TYPE) {
257 else if (items->item_type == INTERFACE_TYPE_BINDER
258 || items->item_type == INTERFACE_TYPE_RPC) {
264 items->item_type);
306 if (items->item_type == USER_DATA_TYPE) {
312 else if (items->item_type == INTERFACE_TYPE_BINDER
313 || items->item_type == INTERFACE_TYPE_RPC) {
328 if (items->item_type == INTERFACE_TYPE_BINDER) {
348 else if (items->item_type == INTERFACE_TYPE_RPC) {
555 if (items->item_type == INTERFACE_TYPE_BINDER
556 || items->item_type == INTERFACE_TYPE_RPC) {
562 if (member->item_type == METHOD_TYPE) {
565 err |= check_method(filename, items->item_type, m);
601 if (items->next != NULL && next->item_type != USER_DATA_TYPE) {
603 if (next->item_type == INTERFACE_TYPE_BINDER) {
606 else if (next->item_type == INTERFACE_TYPE_RPC) {
614 if (items->item_type == USER_DATA_TYPE) {
657 if (items->item_type == INTERFACE_TYPE_BINDER || items->item_type == INTERFACE_TYPE_RPC) {
727 if (items->item_type == INTERFACE_TYPE_BINDER || items->item_type == INTERFACE_TYPE_RPC) {
731 } else if (items->item_type == USER_DATA_TYPE) {
806 parcl->document_item.item_type = USER_DATA_TYPE;
821 parcl->document_item.item_type = USER_DATA_TYPE;
836 iface->document_item.item_type = INTERFACE_TYPE_BINDER;
879 if (item->item_type == METHOD_TYPE) {
922 if (item->item_type == METHOD_TYPE) {
1081 if (doc->item_type == USER_DATA_TYPE) {