Home
last modified time | relevance | path

Searched refs:setupExternalServer (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h91 bool setupExternalServer(base::unique_fd serverFd);
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp286 bool RpcServer::setupExternalServer(base::unique_fd serverFd) { in setupExternalServer() function in android::RpcServer
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp58 ASSERT_TRUE(server->setupExternalServer(std::move(sink))); in TEST()