Searched refs:replyParcel (Results 1 – 2 of 2) sorted by relevance
132 return onTransact(code, data, reply, flags, [&](auto& replyParcel) { in transact() argument133 replyParcel.setDataPosition(0); in transact()135 callback(replyParcel); in transact()
1182 auto reply_callback = [&] (auto &replyParcel) { in executeCommand() argument1190 replyParcel.setError(NO_ERROR); in executeCommand()1191 sendReply(replyParcel, (tr.flags & kForwardReplyFlags)); in executeCommand()