Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h63 [[nodiscard]] bool setupInetClient(const char* addr, unsigned int port);
/aosp12/frameworks/native/libs/binder/
H A DRpcSession.cpp68 bool RpcSession::setupInetClient(const char* addr, unsigned int port) { in setupInetClient() function in android::RpcSession
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp386 if (session->setupInetClient("127.0.0.1", outPort)) goto success; in createRpcTestSocketServerProcess()