Searched defs:method_item (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aidl/
H A Daidl.cpp880 method_type* method_item = (method_type*)item; local
881 if (method_item->hasId) {
883 method_item->assigned_id = atoi(method_item->id.data);
885 if (usedIds.find(method_item->assigned_id) != usedIds.end()) {
889 filename, method_item->id.lineno,
890 method_item->assigned_id, method_item->name.data);
894 if (method_item->assigned_id < MIN_USER_SET_METHOD_ID ||
895 method_item
923 method_type* method_item = (method_type*)item; local
[all...]
H A Dgenerate_java_binder.cpp551 method_type * method_item = (method_type*) item; local
552 generate_method(method_item, interface, stub, proxy, method_item->assigned_id);

Completed in 35 milliseconds