Searched refs:replyParcel (Results 1 – 2 of 2) sorted by relevance
117 [&](auto &replyParcel) { in transact() argument118 replyParcel.setDataPosition(0); in transact()120 callback(replyParcel); in transact()
1086 auto reply_callback = [&] (auto &replyParcel) { in executeCommand() argument1094 replyParcel.setError(NO_ERROR); in executeCommand()1095 sendReply(replyParcel, 0); in executeCommand()