Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp1180 constexpr size_t kForwardReplyFlags = TF_CLEAR_BUF; in executeCommand() local
1191 sendReply(replyParcel, (tr.flags & kForwardReplyFlags)); in executeCommand()
1218 sendReply(reply, (tr.flags & kForwardReplyFlags)); in executeCommand()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1288 constexpr uint32_t kForwardReplyFlags = TF_CLEAR_BUF; in executeCommand() local
1289 sendReply(reply, (tr.flags & kForwardReplyFlags)); in executeCommand()