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()
1186 auto reply_callback = [&] (auto &replyParcel) { in executeCommand() argument1194 replyParcel.setError(NO_ERROR); in executeCommand()1195 sendReply(replyParcel, 0); in executeCommand()