Home
last modified time | relevance | path

Searched refs:screenshot_func (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py234 def _take_screenshot(self, screenshot_func): argument
245 screenshot_func(f.name)
254 screenshot_func = self._display_component.take_internal_screenshot
255 return self._take_screenshot(screenshot_func)
264 screenshot_func = self._display_component.take_external_screenshot
265 return self._take_screenshot(screenshot_func)
273 screenshot_func = self._display_component.save_calibration_image
274 return self._take_screenshot(screenshot_func)
/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py250 def _take_screenshot(self, screenshot_func): argument
263 screenshot_func(remote_path)
273 screenshot_func = self._display_proxy.take_internal_screenshot
274 return self._take_screenshot(screenshot_func)
283 screenshot_func = self._display_proxy.take_external_screenshot
284 return self._take_screenshot(screenshot_func)
292 screenshot_func = self._display_proxy.save_calibration_image
293 return self._take_screenshot(screenshot_func)