Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h233 bool WaitForConnection(std::chrono::milliseconds timeout);
Dtransport.cpp1019 bool ConnectionWaitable::WaitForConnection(std::chrono::milliseconds timeout) { in WaitForConnection() function in ConnectionWaitable
1526 if (!waitable->WaitForConnection(std::chrono::seconds(10))) { in register_socket_transport()