Home
last modified time | relevance | path

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

/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py354 def reset_connector_if_applicable(self, connector_type): argument
362 logging.info('Connector Type %s.', connector_type)
363 return self._display_proxy.reset_connector_if_applicable(connector_type)
/external/autotest/client/cros/multimedia/
Ddisplay_facade_native.py653 def reset_connector_if_applicable(self, connector_type): argument
661 if connector_type != 'HDMI' and connector_type != 'DP':
Ddisplay_facade_adapter.py341 def reset_connector_if_applicable(self, connector_type): argument
350 connector_type)
/external/autotest/server/site_tests/video_PlaybackQuality/
Dvideo_PlaybackQuality.py350 connector_type = chameleon_port.get_connector_type()
353 connector_type)
367 self._get_playback_quality('%s_%s' % (connector_type,
/external/libdrm/tests/modeprint/
Dmodeprint.c169 if (connector->connector_type < ARRAY_SIZE(output_names)) in printConnector()
170 printf("Connector: %s-%d\n", output_names[connector->connector_type], in printConnector()
173 printf("Connector: %d-%d\n", connector->connector_type, in printConnector()
/external/libdrm/tests/kms/
Dlibkms-test-screen.c42 screen->type = con->connector_type; in kms_screen_probe()
/external/autotest/client/cros/graphics/
Ddrm.py286 return (self.connector_type == DRM_MODE_CONNECTOR_LVDS or
287 self.connector_type == DRM_MODE_CONNECTOR_eDP or
288 self.connector_type == DRM_MODE_CONNECTOR_DSI)
/external/drm_hwcomposer/
Ddrmconnector.cpp37 type_(c->connector_type), in DrmConnector()
/external/libdrm/tests/proptest/
Dproptest.c195 util_lookup_connector_type_name(c->connector_type), in listConnectorProperties()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h282 __u32 connector_type; member
/external/libdrm/include/drm/
Ddrm_mode.h272 __u32 connector_type; member
/external/libdrm/
Dxf86drmMode.h294 uint32_t connector_type; member
Dxf86drmMode.c567 r->connector_type = conn.connector_type; in _drmModeGetConnector()
/external/libdrm/tests/modetest/
Dmodetest.c567 util_lookup_connector_type_name(conn->connector_type), in get_resources()