Home
last modified time | relevance | path

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

/system/libhwbinder/
DBinder.cpp117 [&](auto &replyParcel) { in transact() argument
118 replyParcel.setDataPosition(0); in transact()
120 callback(replyParcel); in transact()
DIPCThreadState.cpp1086 auto reply_callback = [&] (auto &replyParcel) { in executeCommand() argument
1094 replyParcel.setError(NO_ERROR); in executeCommand()
1095 sendReply(replyParcel, 0); in executeCommand()