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

  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 54 def move_to_display(self, display_index):
57 @param display_index: The index of the indicated display.
59 self._display_component.move_to_display(display_index)
253 def set_resolution(self, display_index, width, height):
256 @param display_index: index of the display to set resolutions for.
260 self._display_component.set_resolution(display_index, width, height)
272 def get_display_modes(self, display_index):
275 @param display_index: index of the display to get modes from; the index
280 return self._display_component.get_display_modes(display_index)
283 def get_available_resolutions(self, display_index)
    [all...]
display_facade_native.py 89 def _wait_for_display_options_to_appear(self, tab, display_index,
97 @param display_index: index of the display.
100 @raise RuntimeError when display_index is out of range
113 % (display_index)):
125 % {'index': display_index}, timeout)
128 def get_display_modes(self, display_index):
134 @param display_index: index of the display to get modes from.
143 self._wait_for_display_options_to_appear(tab, display_index)
147 % {'index': display_index})
152 def get_available_resolutions(self, display_index)
    [all...]
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 62 def move_to_display(self, display_index):
65 @param display_index: The index of the indicated display.
67 self._display_proxy.move_to_display(display_index)
265 def set_resolution(self, display_index, width, height):
268 @param display_index: index of the display to set resolutions for.
272 self._display_proxy.set_resolution(display_index, width, height)
285 def get_display_modes(self, display_index):
288 @param display_index: index of the display to get modes from; the index
293 return self._display_proxy.get_display_modes(display_index)
296 def get_available_resolutions(self, display_index)
    [all...]
  /external/drm_hwcomposer/
drmcomposition.cpp 74 for (size_t display_index = 0; display_index < num_displays;
75 display_index++) {
76 DrmCompositionDisplayLayersMap &map = maps[display_index];

Completed in 81 milliseconds