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

  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 206 def _take_screenshot(self, screenshot_func):
209 @param screenshot_func: function to take a screenshot and save the image
210 to specified path. Usage: screenshot_func(path).
217 screenshot_func(f.name)
226 screenshot_func = self._display_component.take_internal_screenshot
227 return self._take_screenshot(screenshot_func)
236 screenshot_func = self._display_component.take_external_screenshot
237 return self._take_screenshot(screenshot_func)
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 215 def _take_screenshot(self, screenshot_func):
218 @param screenshot_func: function to take a screenshot and save the image
219 to specified path on DUT. Usage: screenshot_func(remote_path).
228 screenshot_func(remote_path)
238 screenshot_func = self._display_proxy.take_internal_screenshot
239 return self._take_screenshot(screenshot_func)
248 screenshot_func = self._display_proxy.take_external_screenshot
249 return self._take_screenshot(screenshot_func)

Completed in 108 milliseconds