Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h229 bool WaitForConnection(std::chrono::milliseconds timeout);
Dtransport.cpp1070 bool ConnectionWaitable::WaitForConnection(std::chrono::milliseconds timeout) { in WaitForConnection() function in ConnectionWaitable
1425 if (!waitable->WaitForConnection(std::chrono::seconds(10))) { in register_socket_transport()