Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1614 unique_fd acceptedFd = mAcceptConnection(this); in run() local
1615 threads.emplace_back(&Server::handleOne, this, std::move(acceptedFd)); in run()
1620 void handleOne(unique_fd acceptedFd) { in handleOne() argument
1621 ASSERT_TRUE(acceptedFd.ok()); in handleOne()
1622 RpcTransportFd transportFd(std::move(acceptedFd)); in handleOne()