Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.cpp1046 static bool wait_for_device(const char* service, TransportType t, const char* serial) { in wait_for_device() function
1125 return wait_for_device("wait-for-any", type, serial); in adb_root()
1164 if (!wait_for_device("wait-for-device", transport_type, serial)) { in send_shell_command()
1613 if (!wait_for_device(service, transport_type, serial)) { in adb_commandline()