Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/
H A Dandroid.py156 def wait_for_device(attempt): function
242 def wait_for_device(attempt): function
258 def wait_for_device(attempt): function
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/resources/
H A Dsetup_device_for_asan.py14 def wait_for_device(): function
/aosp_15_r20/cts/hostsidetests/theme/
H A Dandroid_device.py45 def wait_for_device(self, timeout=30): member in AndroidDevice
/aosp_15_r20/external/autotest/client/cros/
H A Dstorage.py343 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, member in StorageTester
/aosp_15_r20/platform_testing/libraries/motion/golden_updater/
H A Dwatch_local_tests.py408 def wait_for_device(self): member in AdbClient
/aosp_15_r20/system/extras/torq/
H A Ddevice.py165 def wait_for_device(self): member in AdbDevice
/aosp_15_r20/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() function
/aosp_15_r20/device/amlogic/yukawa/hal/bootctrl/
Dbootloader_message.cpp54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() function
/aosp_15_r20/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp71 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() function
/aosp_15_r20/tools/asuite/adevice/src/
H A Dadevice.rs697 pub wait_for_device: Duration, field
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp1021 static bool wait_for_device(const char* service, in wait_for_device() function
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp348 static std::unique_ptr<Transport> open_device(const char* local_serial, bool wait_for_device = true, in open_device()
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py929 def wait_for_device(self, device, timeout=10): member in BluetoothAdapterTests