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

  /external/autotest/server/site_tests/display_HDCPScreen/
display_HDCPScreen.py 53 for chameleon_port in finder.iterate_all_ports():
55 host, 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/client/cros/chameleon/
chameleon_measurer_base.py 35 with measurer.start_mirrored_mode_measurement() as chameleon_port:
36 # chameleon_port is automatically plugged before this line.
37 do_some_test_on(chameleon_port)
38 # chameleon_port is automatically unplugged after this line.
47 with finder.use_first_port() as chameleon_port:
49 chameleon_port.get_connector_type())
61 resolution = chameleon_port.get_resolution()
64 yield chameleon_port
77 with measurer.start_dock_mode_measurement() as chameleon_port:
78 # chameleon_port is automatically plugged before this lin
    [all...]
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 32 def __init__(self, chameleon_port, display_facade):
34 self._chameleon_port = chameleon_port
36 self._is_vga = chameleon_port.get_connector_type() == 'VGA'
chameleon.py 26 CHAMELEON_PORT = 9992
114 def __init__(self, hostname, port=CHAMELEON_PORT, proxy_generator=None,
469 def __init__(self, chameleon_port):
472 @param chameleon_port: A general ChameleonPort object.
474 self.chameleond_proxy = chameleon_port.chameleond_proxy
475 self.port_id = chameleon_port.port_id
578 with chameleon_port.use_edid(edid):
579 do_some_test_on(chameleon_port)
601 with chameleon_port.use_edid_file(filename):
602 do_some_test_on(chameleon_port)
    [all...]
chameleon_screen_test.py 23 def __init__(self, host, chameleon_port, display_facade, output_dir):
28 chameleon_port, display_facade)
audio_widget.py 420 chameleon_port = finder.find_port(interface)
421 if not chameleon_port:
424 return chameleon_port
553 chameleon_port = finder.find_port(interface)
554 if not chameleon_port:
557 return chameleon_port
  /external/autotest/server/site_tests/display_HotPlugNoisy/
display_HotPlugNoisy.py 57 for chameleon_port in finder.iterate_all_ports():
59 host, chameleon_port, display_facade, self.outputdir)
62 chameleon_port.get_connector_id(),
63 chameleon_port.get_connector_type())
80 chameleon_port.set_plug(plugged_before_noise)
88 chameleon_port.fire_mixed_hpd_pulses(
93 chameleon_port.wait_video_input_stable()
120 chameleon_port.unplug()
122 chameleon_port.plug()
123 chameleon_port.wait_video_input_stable(
    [all...]
  /external/autotest/server/site_tests/platform_RotationFps/
platform_RotationFps.py 39 with measurer.start_dock_mode_measurement() as chameleon_port:
40 chameleon_port_name = chameleon_port.get_connector_type()
45 chameleon_port.start_capturing_video()
52 chameleon_port.stop_capturing_video()
57 fps_list = chameleon_port.get_captured_fps_list()
  /external/autotest/server/site_tests/display_LidCloseOpen/
display_LidCloseOpen.py 77 return self.chameleon_port.wait_video_input_stable(
96 resolution = self.chameleon_port.get_resolution()
128 for chameleon_port in finder.iterate_all_ports():
129 self.run_test_on_port(chameleon_port, display_facade, plug_status)
132 def run_test_on_port(self, chameleon_port, display_facade, plug_status):
135 @param chameleon_port: a ChameleonPorts object.
140 self.chameleon_port = chameleon_port
143 self.host, chameleon_port, display_facade, self.outputdir)
162 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 host, 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 44 for chameleon_port in finder.iterate_all_ports():
46 host, chameleon_port, display_facade, self.outputdir)
49 chameleon_port.get_connector_id(),
50 chameleon_port.get_connector_type())
69 chameleon_port.set_plug(plugged_before_boot)
77 chameleon_port.set_plug(plugged_after_boot)
  /external/autotest/server/site_tests/display_SwitchMode/
display_SwitchMode.py 68 for chameleon_port in finder.iterate_all_ports():
69 self.chameleon_port = chameleon_port
71 host, chameleon_port, self.display_facade, self.outputdir)
74 self.chameleon_port.get_connector_id(),
75 self.chameleon_port.get_connector_type())
  /external/autotest/server/site_tests/display_ResolutionList/
display_ResolutionList.py 48 for chameleon_port in finder.iterate_all_ports():
50 host, chameleon_port, display_facade, self.outputdir)
51 chameleon_port_name = chameleon_port.get_connector_type()
64 with chameleon_port.use_edid_file(edid_path):
97 chameleon_port.wait_video_input_stable()
  /external/autotest/server/site_tests/display_HotPlugAtSuspend/
display_HotPlugAtSuspend.py 52 for chameleon_port in finder.iterate_all_ports():
54 host, chameleon_port, display_facade, self.outputdir)
57 chameleon_port.get_connector_id(),
58 chameleon_port.get_connector_type())
77 chameleon_port.set_plug(plugged_before_suspend)
98 chameleon_port.set_plug(plugged_after_suspend)
108 chameleon_port.set_plug(plugged_before_resume)
  /external/autotest/server/site_tests/display_Resolution/
display_Resolution.py 74 for chameleon_port in finder.iterate_all_ports():
76 host, chameleon_port, display_facade, self.outputdir)
77 chameleon_port_name = chameleon_port.get_connector_type()
103 chameleon_port.unplug()
112 with chameleon_port.use_edid_file(path):
120 chameleon_port.plug()
  /external/autotest/server/site_tests/display_NoEdid/
display_NoEdid.py 38 for chameleon_port in finder.iterate_all_ports():
40 host, chameleon_port, display_facade, self.outputdir)
42 with chameleon_port.use_edid(edid.NO_EDID):
  /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'
43 def _initialize(self, chameleon_host='localhost', chameleon_port=9992,
53 @param chameleon_port: Port the chameleond process is listening on.
62 self._chameleon_port = chameleon_port
69 self.hostname, chameleon_port)
76 None, chameleon_port,
159 'chameleon_port': 9992}.
193 chameleon_port=hosts[0].attributes.get(
  /external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py 57 for chameleon_port in finder.iterate_all_ports():
59 host, chameleon_port, display_facade, self.outputdir)
62 with chameleon_port.use_edid_file(edid_path):
  /external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py 347 for chameleon_port in finder.iterate_all_ports():
348 self._chameleon_port = chameleon_port
350 connector_type = chameleon_port.get_connector_type()
352 chameleon_port.get_connector_id(),
355 with chameleon_port.use_edid(

Completed in 385 milliseconds