Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcServer.h84 [[nodiscard]] LIBBINDER_EXPORTED status_t setupRawSocketServer(binder::unique_fd socket_fd);
/frameworks/native/libs/binder/tests/
DbinderRpcTestService.cpp144 LOG_ALWAYS_FATAL_IF(OK != server->setupRawSocketServer(std::move(socketFd))); in main()
DbinderRpcTest.cpp2214 auto status = rpcServer->setupRawSocketServer(initUnixSocket(addr)); in setUp()
/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp119 if (status_t status = server->setupRawSocketServer(std::move(fd)); status != OK) { in ARpcServer_newBoundSocket()
DRpcServer.cpp612 return setupRawSocketServer(std::move(socket_fd)); in setupSocketServer()
615 status_t RpcServer::setupRawSocketServer(unique_fd socket_fd) { in setupRawSocketServer() function in android::RpcServer