Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp683 RpcWireReply rpcReply; in waitForReply() local
684 memset(&rpcReply, 0, sizeof(RpcWireReply)); // zero because of potential short read in waitForReply()
690 {&rpcReply, rpcReplyWireSize}, in waitForReply()
697 if (rpcReply.status != OK) return rpcReply.status; in waitForReply()
704 parcelSpan.splitOff(rpcReply.parcelDataSize); in waitForReply()
707 rpcReply.parcelDataSize, parcelSpan.byteSize()); in waitForReply()
716 command.bodySize, rpcReplyWireSize, rpcReply.parcelDataSize, in waitForReply()
1132 RpcWireReply rpcReply{ in processTransactInternal() local
1142 {&rpcReply, rpcReplyWireSize}, in processTransactInternal()