Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1615 threads.emplace_back(&Server::handleOne, this, std::move(acceptedFd)); in run()
1620 void handleOne(unique_fd acceptedFd) { in handleOne() function in android::RpcTransportTestUtils::Server