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

  /frameworks/base/tools/aidl/
generate_java.cpp 469 Variable* _reply = NULL; local
471 _reply = new Variable(PARCEL_TYPE, "_reply");
472 proxy->statements->Add(new VariableDeclaration(_reply,
519 _data, _reply ? _reply : NULL_VALUE,
525 if (_reply) {
526 MethodCall* ex = new MethodCall(_reply, "readException", 0);
531 if (_reply != NULL) {
534 tryStatement->statements, _result, _reply);
    [all...]
  /prebuilt/sdk/tools/linux/
aidl 

Completed in 2531 milliseconds