Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcServer.h61 [[nodiscard]] status_t setupUnixDomainSocketBootstrapServer(base::unique_fd serverFd);
/frameworks/native/libs/binder/tests/
DbinderRpcTestService.cpp136 CHECK_EQ(OK, server->setupUnixDomainSocketBootstrapServer(std::move(socketFd))); in main()
DbinderRpcTest.cpp1442 auto status = rpcServer->setupUnixDomainSocketBootstrapServer( in setUp()
/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp138 if (status_t status = server->setupUnixDomainSocketBootstrapServer(std::move(fd)); in ARpcServer_newUnixDomainBootstrap()
DRpcServer.cpp66 status_t RpcServer::setupUnixDomainSocketBootstrapServer(unique_fd bootstrapFd) { in setupUnixDomainSocketBootstrapServer() function in android::RpcServer