Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.h124 [[nodiscard]] status_t processServerCommand(const base::unique_fd& fd,
DRpcState.cpp403 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