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

  /frameworks/base/tools/aidl/
aidl_language.h 62 buffer_type* comments_token; // points into this structure, DO NOT DELETE member in struct:method_type
102 buffer_type* comments_token; // points into this structure, DO NOT DELETE member in struct:interface_type
aidl_language_y.y 135 c->comments_token = &c->interface_token;
145 c->comments_token = &c->oneway_token;
155 c->comments_token = &c->interface_token;
222 method->comments_token = &method->type.type;
237 method->comments_token = &method->oneway_token;
generate_java_binder.cpp 273 decl->comment = gather_comments(method->comments_token->extra);
386 proxy->comment = gather_comments(method->comments_token->extra);
524 interface->comment = gather_comments(iface->comments_token->extra);
generate_java_rpc.cpp 304 this->comment = gather_comments(iface->comments_token->extra);
647 resultMethod->comment = gather_comments(method->comments_token->extra);
682 proxyMethod->comment = gather_comments(method->comments_token->extra);
817 decl->comment = gather_comments(method->comments_token->extra);
    [all...]

Completed in 50 milliseconds