Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dadb.py111 self.wait_for_device()
Dgd_device.py802 self.adb.wait_for_device(timeout=self.WAIT_FOR_DEVICE_TIMEOUT_SECONDS)
842 self.adb.wait_for_device(timeout=self.WAIT_FOR_DEVICE_TIMEOUT_SECONDS)
/packages/modules/adb/client/
Dcommandline.cpp1014 static bool wait_for_device(const char* service, in wait_for_device() function
1093 wait_for_device("wait-for-disconnect"); in adb_root()
1099 wait_for_device("wait-for-device", 12000ms); in adb_root()
1136 if (!wait_for_device("wait-for-device")) { in send_shell_command()
1688 if (!wait_for_device(service)) { in adb_commandline()