Home
last modified time | relevance | path

Searched refs:replyParcel (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/
DBinder.cpp132 return onTransact(code, data, reply, flags, [&](auto& replyParcel) { in transact() argument
133 replyParcel.setDataPosition(0); in transact()
135 callback(replyParcel); in transact()
DIPCThreadState.cpp1182 auto reply_callback = [&] (auto &replyParcel) { in executeCommand() argument
1190 replyParcel.setError(NO_ERROR); in executeCommand()
1191 sendReply(replyParcel, (tr.flags & kForwardReplyFlags)); in executeCommand()