Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1526 mAcceptConnection = &Server::recvmsgServerConnection; in setUp()
1614 unique_fd acceptedFd = mAcceptConnection(this); in run()
1641 AcceptConnection mAcceptConnection = &Server::acceptServerConnection; member in android::RpcTransportTestUtils::Server