HomeSort by relevance Sort by last modified time
    Searched defs:adb_command (Results 1 - 3 of 3) sorted by null

  /development/tools/labpretest/
labpretest.sh 255 adb_command() function
419 adb_command wait-for-device
520 adb_command root
533 adb_command root
535 adb_command shell setprop ro.test_harness 1
563 adb_command shell svc power stayon true
  /system/core/adb/
adb_client.cpp 270 bool adb_command(const std::string& service) { function
  /external/devlib/devlib/utils/
android.py 188 output = adb_command(self.device,
204 output = adb_command(self.device, command, timeout=self.timeout, adb_server=self.adb_server)
233 return adb_command(self.device, command, timeout=timeout, adb_server=self.adb_server)
242 output = adb_command(self.device, command, timeout=timeout, adb_server=self.adb_server)
245 adb_command(self.device, command, timeout=timeout, adb_server=self.adb_server)
248 return adb_command(self.device, command, timeout=timeout, adb_server=self.adb_server)
296 adb_command(None, 'start-server', adb_server=adb_server)
304 output = adb_command(None, "devices", adb_server=adb_server).splitlines() # pylint: disable=E1103
437 output = adb_command(None, 'devices',adb_server=adb_server)
454 def adb_command(device, command, timeout=None,adb_server=None) function
    [all...]

Completed in 218 milliseconds