Searched refs:processServerCommand (Results 1 – 2 of 2) sorted by relevance
124 [[nodiscard]] status_t processServerCommand(const base::unique_fd& fd,
403 status_t status = processServerCommand(fd, session, command); in waitForReply()468 return processServerCommand(fd, session, command); in getAndExecuteCommand()471 status_t RpcState::processServerCommand(const base::unique_fd& fd, const sp<RpcSession>& session, in processServerCommand() function in android::RpcState