Home
last modified time | relevance | path

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

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