Searched refs:bodySize (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/binder/ |
D | RpcState.cpp | 365 .bodySize = static_cast<uint32_t>(transactionData.size()), in transact() 407 CommandData data(command.bodySize); in waitForReply() 412 if (!rpcRec(fd, "reply body", data.data(), command.bodySize)) { in waitForReply() 416 if (command.bodySize < sizeof(RpcWireReply)) { in waitForReply() 418 sizeof(RpcWireReply), command.bodySize); in waitForReply() 426 reply->ipcSetDataReference(rpcReply->data, command.bodySize - offsetof(RpcWireReply, data), in waitForReply() 452 .bodySize = sizeof(RpcWireAddress), in sendDecStrong() 493 CommandData transactionData(command.bodySize); in processTransact() 693 .bodySize = static_cast<uint32_t>(replyData.size()), in processTransactInternal() 708 CommandData commandData(command.bodySize); in processDecStrong() [all …]
|
D | RpcWireFormat.h | 61 uint32_t bodySize; member
|