HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_device (Results 1 - 18 of 18) sorted by null

  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 40 # wait_for_device() returns (device_dictionary,
43 storage = self.wait_for_device(filter_dict, cycles=1,
65 storage = self.wait_for_device(storage_filter,
73 storage = self.wait_for_device(storage_filter,
91 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
99 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 74 wait_for_device:
119 goto wait_for_device;
  /external/skia/infra/bots/flavor/
android_flavor.py 25 def wait_for_device(self): member in class:_ADBWrapper
38 self.wait_for_device()
171 self._adb.wait_for_device()
207 self._adb.wait_for_device()
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 52 storage = self.wait_for_device(volume_filter, cycles=1,
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 63 static bool wait_for_device(const std::string& blk_device, std::string* err) { function
89 if (!wait_for_device(misc_blk_device, err)) {
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 106 self._storage = self.wait_for_device(volume_filter, cycles=1,
  /external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
hardware_UsbBasicFileOperations.py 18 storage = self.wait_for_device(volume_filter, cycles=1,
  /external/autotest/client/cros/faft/utils/
os_interface.py 211 def wait_for_device(self, timeout): member in class:OSInterface
213 return self.shell.wait_for_device(timeout)
saft_flashrom_util.py 356 self.os_if.wait_for_device(60)
shell_wrapper.py 185 def wait_for_device(self, timeout): member in class:AdbShell
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 138 ad.adb.wait_for_device()
275 ad.adb.wait_for_device()
  /external/autotest/client/cros/
storage.py 343 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, member in class:StorageTester
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BluetoothBaseTest.py 137 ad.adb.wait_for_device()
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 472 self.adb.wait_for_device()
760 self.adb.wait_for_device()
monsoon.py 774 ad.adb.wait_for_device()
    [all...]
  /tools/test/connectivity/acts/framework/acts/
utils.py 491 ad.adb.wait_for_device()
  /system/core/adb/
commandline.cpp 1045 static bool wait_for_device(const char* service, TransportType t, const char* serial) { function
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 193 return self._os_if.wait_for_device(timeout)

Completed in 877 milliseconds