Home
last modified time | relevance | path

Searched refs:wait_for_value (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/multimedia/
Daudio_extension_handler.py33 success = utils.wait_for_value(
85 utils.wait_for_value(
153 utils.wait_for_value(
182 utils.wait_for_value(
233 utils.wait_for_value(
Ddisplay_facade_native.py66 utils.wait_for_value(lambda: (
83 utils.wait_for_value(lambda: (
479 result = utils.wait_for_value(self.get_external_connector_name,
561 utils.wait_for_value(lambda: (
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py87 utils.wait_for_value(self._backlight.get_level,
102 current_brightness = utils.wait_for_value(
117 current_brightness = utils.wait_for_value(
124 num_outputs_on = utils.wait_for_value(
137 current_brightness = utils.wait_for_value(
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py60 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
105 connected = utils.wait_for_value(_connect_device, True, timeout_sec=timeout)
/external/autotest/client/site_tests/power_VideoDetector/
Dpower_VideoDetector.py41 base_utils.wait_for_value(backlight.get_max_level)
/external/autotest/server/site_tests/firmware_FastbootErase/
Dfirmware_FastbootErase.py56 utils.wait_for_value(self.is_recovery_mode, True, timeout_sec=timeout)
/external/autotest/server/site_tests/display_HDCPScreen/
Ddisplay_HDCPScreen.py85 state = utils.wait_for_value(
/external/autotest/server/hosts/
Dchameleon_host.py122 success = utils.wait_for_value(
/external/autotest/client/site_tests/graphics_VTSwitch/
Dgraphics_VTSwitch.py202 current_vt = base_utils.wait_for_value(
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py104 utils.wait_for_value(
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py554 utils.wait_for_value(self.is_fastboot_mode, True, timeout_sec=timeout)
/external/autotest/client/cros/graphics/
Dgraphics_utils.py804 return utils.wait_for_value(lambda: _is_connected(output),
/external/autotest/client/common_lib/
Dbase_utils.py2062 def wait_for_value(func, function