Home
last modified time | relevance | path

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

/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py244 def _take_screenshot(self, screenshot_func): argument
257 screenshot_func(remote_path)
267 screenshot_func = self._display_proxy.take_internal_screenshot
268 return self._take_screenshot(screenshot_func)
277 screenshot_func = self._display_proxy.take_external_screenshot
278 return self._take_screenshot(screenshot_func)
286 screenshot_func = self._display_proxy.save_calibration_image
287 return self._take_screenshot(screenshot_func)
/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py228 def _take_screenshot(self, screenshot_func): argument
239 screenshot_func(f.name)
248 screenshot_func = self._display_component.take_internal_screenshot
249 return self._take_screenshot(screenshot_func)
258 screenshot_func = self._display_component.take_external_screenshot
259 return self._take_screenshot(screenshot_func)
267 screenshot_func = self._display_component.save_calibration_image
268 return self._take_screenshot(screenshot_func)