Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
Dchameleon.py715 def set_edid_from_file(self, filename, check_video_input=True): argument
724 check_video_input=check_video_input)
726 def set_edid(self, edid, check_video_input=True): argument
748 if check_video_input:
761 def use_edid(self, edid, check_video_input=True): argument
775 self.set_edid(edid, check_video_input=check_video_input)
784 def use_edid_file(self, filename, check_video_input=True): argument
798 check_video_input=check_video_input)