Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcState.cpp228 bool RpcState::rpcRec(const base::unique_fd& fd, const char* what, void* data, size_t size) { in rpcRec() function in android::RpcState
397 if (!rpcRec(fd, "command header", &command, sizeof(command))) { in waitForReply()
412 if (!rpcRec(fd, "reply body", data.data(), command.bodySize)) { in waitForReply()
464 if (!rpcRec(fd, "command header", &command, sizeof(command))) { in getAndExecuteCommand()
497 if (!rpcRec(fd, "transaction body", transactionData.data(), transactionData.size())) { in processTransact()
712 if (!rpcRec(fd, "dec ref body", commandData.data(), commandData.size())) { in processDecStrong()
H A DRpcState.h120 [[nodiscard]] bool rpcRec(const base::unique_fd& fd, const char* what, void* data, size_t size);