Searched defs:adb (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 89 def report_on_adb(self, adb, report): argument 116 def report_device_processes(self, adb, report): argument 157 def report_sl4a_state(self, rpc_connection, adb, report): argument
|
D | sl4a_manager.py | 77 def create_sl4a_manager(adb): argument 110 def __init__(self, adb): argument
|
D | rpc_connection.py | 51 def __init__(self, adb, ports, client_socket, socket_fd, uid=UNKNOWN_UID): argument
|
D | sl4a_session.py | 53 adb, argument
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance.py | 299 def _IsEmulatorRunning(adb): argument 310 def _CheckRunningEmulator(self, adb, no_prompts): argument 522 def _WaitForEmulatorToStop(self, adb): argument 539 def _WaitForEmulatorToStart(self, adb, proc, timeout): argument
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | Devices.kt | 14 private fun adb(args: Iterable<String>, serial: String? = null): String { in formatCmd() method
|
/tools/acloud/list/ |
D | instance.py | 772 def adb(self): member in LocalGoldfishInstance
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1056 def get_device_process_uptime(adb, process): argument
|