Searched defs:display_index (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/multimedia/ |
D | display_facade_native.py | 89 def _wait_for_display_options_to_appear(self, tab, display_index, argument 128 def get_display_modes(self, display_index): argument 152 def get_available_resolutions(self, display_index): argument 188 def set_resolution(self, display_index, width, height, timeout=3): argument 485 def move_to_display(self, display_index): argument
|
D | display_facade_adapter.py | 54 def move_to_display(self, display_index): argument 253 def set_resolution(self, display_index, width, height): argument 272 def get_display_modes(self, display_index): argument 283 def get_available_resolutions(self, display_index): argument
|
/external/autotest/server/cros/multimedia/ |
D | display_facade_adapter.py | 62 def move_to_display(self, display_index): argument 265 def set_resolution(self, display_index, width, height): argument 285 def get_display_modes(self, display_index): argument 296 def get_available_resolutions(self, display_index): argument
|
/external/drm_hwcomposer/ |
D | drmcomposition.cpp | 74 for (size_t display_index = 0; display_index < num_displays; in SetLayers() local
|