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

  /frameworks/base/tools/aidl/
aidl.cpp 868 method_type* method_item = (method_type*)item; local
869 if (method_item->hasId) {
871 method_item->assigned_id = atoi(method_item->id.data);
873 if (usedIds.find(method_item->assigned_id) != usedIds.end()) {
877 filename, method_item->id.lineno,
878 method_item->assigned_id, method_item->name.data);
882 if (method_item->assigned_id < MIN_USER_SET_METHOD_ID ||
883 method_item->assigned_id > MAX_USER_SET_METHOD_ID)
911 method_type* method_item = (method_type*)item; local
    [all...]
generate_java_binder.cpp 551 method_type * method_item = (method_type*) item; local
552 generate_method(method_item, interface, stub, proxy, method_item->assigned_id);

Completed in 202 milliseconds