Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h115 status_t sendReply(const Parcel& reply, uint32_t flags);
/system/libhwbinder/
DIPCThreadState.cpp783 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) in sendReply() function in android::hardware::IPCThreadState
1205 sendReply(replyParcel, (tr.flags & kForwardReplyFlags)); in executeCommand()
1232 sendReply(reply, (tr.flags & kForwardReplyFlags)); in executeCommand()