/external/autotest/server/site_tests/display_HDCPScreen/ |
display_HDCPScreen.py | 53 for chameleon_port in finder.iterate_all_ports(): 55 chameleon_port, display_facade, self.outputdir) 58 chameleon_port.get_connector_id(), 59 chameleon_port.get_connector_type()) 69 chameleon_port.is_content_protection_enabled()) 75 chameleon_port.unplug() 77 chameleon_port.set_content_protection(enable_chameleon) 79 chameleon_port.plug() 80 chameleon_port.wait_video_input_stable() 95 encrypted = chameleon_port.is_video_input_encrypted( [all...] |
/external/autotest/server/site_tests/display_HotPlugNoisy/ |
display_HotPlugNoisy.py | 54 for chameleon_port in finder.iterate_all_ports(): 56 chameleon_port, display_facade, self.outputdir) 59 chameleon_port.get_connector_id(), 60 chameleon_port.get_connector_type()) 77 chameleon_port.set_plug(plugged_before_noise) 85 chameleon_port.fire_mixed_hpd_pulses( 90 chameleon_port.wait_video_input_stable() 117 chameleon_port.unplug() 119 chameleon_port.plug() 120 chameleon_port.wait_video_input_stable( [all...] |
/external/autotest/client/cros/chameleon/ |
chameleon_video_capturer.py | 19 def __init__(self, chameleon_port, display_facade, 22 self.chameleon_port = chameleon_port 31 self.was_plugged = self.chameleon_port.plugged 34 self.chameleon_port.plug() 35 self.chameleon_port.wait_video_input_stable() 76 self.chameleon_port.start_capturing_video(box) 90 lambda: self.chameleon_port.get_captured_frame_count() >= 96 self.chameleon_port.stop_capturing_video() 98 self.checksums = self.chameleon_port.get_captured_checksums( [all...] |
resolution_comparison.py | 18 def __init__(self, chameleon_port, display_facade): 20 self._chameleon_port = chameleon_port 77 def __init__(self, chameleon_port, display_facade): 79 self._chameleon_port = chameleon_port
|
screen_capture.py | 38 def __init__(self, chameleon_port): 40 self._chameleon_port = chameleon_port 67 def __init__(self, chameleon_port): 69 self._chameleon_port = chameleon_port
|
screen_utility_factory.py | 27 def __init__(self, chameleon_port, display_facade): 29 self._chameleon_port = chameleon_port 31 self._is_vga = chameleon_port.get_connector_type() == 'VGA'
|
chameleon.py | 21 CHAMELEON_PORT = 9992 39 def __init__(self, hostname, port=CHAMELEON_PORT): 267 def __init__(self, chameleon_port): 270 @param chameleon_port: A general ChameleonPort object. 272 self.chameleond_proxy = chameleon_port.chameleond_proxy 273 self.port_id = chameleon_port.port_id 332 with chameleon_port.use_edid(edid): 333 do_some_test_on(chameleon_port) 369 with chameleon_port.use_edid_file(filename): 370 do_some_test_on(chameleon_port) [all...] |
audio_widget.py | 416 chameleon_port = finder.find_port(interface) 417 if not chameleon_port: 420 return chameleon_port 503 chameleon_port = finder.find_port(interface) 504 if not chameleon_port: 507 return chameleon_port
|
chameleon_screen_test.py | 22 def __init__(self, chameleon_port, display_facade, output_dir): 26 chameleon_port, display_facade)
|
/external/autotest/server/site_tests/display_SwitchMode/ |
display_SwitchMode.py | 64 for chameleon_port in finder.iterate_all_ports(): 65 self.chameleon_port = chameleon_port 67 chameleon_port, self.display_facade, self.outputdir) 70 self.chameleon_port.get_connector_id(), 71 self.chameleon_port.get_connector_type())
|
/external/autotest/server/site_tests/display_LidCloseOpen/ |
display_LidCloseOpen.py | 75 return self.chameleon_port.wait_video_input_stable( 94 resolution = self.chameleon_port.get_resolution() 119 for chameleon_port in finder.iterate_all_ports(): 120 self.run_test_on_port(chameleon_port, display_facade, plug_status) 123 def run_test_on_port(self, chameleon_port, display_facade, plug_status): 126 @param chameleon_port: a ChameleonPorts object. 131 self.chameleon_port = chameleon_port 134 chameleon_port, display_facade, self.outputdir) 153 self.chameleon_port.set_plug(plugged_before_close [all...] |
/external/autotest/server/site_tests/display_Tearing/ |
display_Tearing.py | 63 def _get_single_color_checksum(self, chameleon_port, color): 66 @param chameleon_port: A general ChameleonPort object. 71 chameleon_port.start_capturing_video() 76 chameleon_port.stop_capturing_video() 78 last = chameleon_port.get_captured_frame_count() - 1 79 return tuple(chameleon_port.get_captured_checksums(last)[0]) 81 def _display_and_get_checksum_table(self, chameleon_port, color_sequence): 84 @param chameleon_port: A general ChameleonPort object. 98 checksum = self._get_single_color_checksum(chameleon_port, color) 111 def _display_and_capture(self, chameleon_port, color_sequence) [all...] |
/external/autotest/server/site_tests/display_EdidStress/ |
display_EdidStress.py | 51 for chameleon_port in finder.iterate_all_ports(): 53 chameleon_port, display_facade, self.outputdir) 56 chameleon_port.get_connector_id(), 57 chameleon_port.get_connector_type()) 59 connector = chameleon_port.get_connector_type() 72 with chameleon_port.use_edid(
|
/external/autotest/server/site_tests/display_HotPlugAtBoot/ |
display_HotPlugAtBoot.py | 42 for chameleon_port in finder.iterate_all_ports(): 44 chameleon_port, display_facade, self.outputdir) 47 chameleon_port.get_connector_id(), 48 chameleon_port.get_connector_type()) 64 chameleon_port.set_plug(plugged_before_boot) 72 chameleon_port.set_plug(plugged_after_boot)
|
/external/autotest/server/site_tests/display_ResolutionList/ |
display_ResolutionList.py | 49 for chameleon_port in finder.iterate_all_ports(): 51 chameleon_port, display_facade, self.outputdir) 52 chameleon_port_name = chameleon_port.get_connector_type() 68 with chameleon_port.use_edid_file(edid_path): 100 chameleon_port.wait_video_input_stable()
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
display_HotPlugAtSuspend.py | 45 for chameleon_port in finder.iterate_all_ports(): 47 chameleon_port, display_facade, self.outputdir) 50 chameleon_port.get_connector_id(), 51 chameleon_port.get_connector_type()) 70 chameleon_port.set_plug(plugged_before_suspend) 90 chameleon_port.set_plug(plugged_after_suspend) 100 chameleon_port.set_plug(plugged_before_resume)
|
/external/autotest/server/site_tests/display_NoEdid/ |
display_NoEdid.py | 38 for chameleon_port in finder.iterate_all_ports(): 40 chameleon_port, display_facade, self.outputdir) 42 with chameleon_port.use_edid(edid.NO_EDID):
|
/external/autotest/server/site_tests/display_SuspendStress/ |
display_SuspendStress.py | 54 for chameleon_port in finder.iterate_all_ports(): 56 chameleon_port, display_facade, self.outputdir) 59 with chameleon_port.use_edid_file(edid_path):
|
/external/autotest/server/hosts/ |
chameleon_host.py | 19 # the chameleon_host and chameleon_port for a servo connected to the DUT. 21 CHAMELEON_PORT_ATTR = 'chameleon_port' 41 def _initialize(self, chameleon_host='localhost', chameleon_port=9992, 51 @param chameleon_port: Port the chameleond process is listening on. 60 self._chameleon_port = chameleon_port 66 self.hostname, chameleon_port) 199 'chameleon_port': 9992}. 226 chameleon_port=hosts[0].attributes.get(
|
/external/autotest/server/site_tests/display_Resolution/ |
display_Resolution.py | 64 for chameleon_port in finder.iterate_all_ports(): 66 chameleon_port, display_facade, self.outputdir) 67 chameleon_port_name = chameleon_port.get_connector_type() 93 with chameleon_port.use_edid_file(path):
|