Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp194 static constexpr auto LOCAL_PORT_RETRY_INTERVAL = 1s; variable
223 std::this_thread::sleep_for(LOCAL_PORT_RETRY_INTERVAL); in client_socket_thread()