Searched refs:connection (Results 1 – 2 of 2) sorted by relevance
60 URLConnection connection = url.openConnection(); in download() local61 connection.connect(); in download()64 try (InputStream input = connection.getInputStream()) { in download()
214 if ((connector->connector_type == type) && (connector->connection == DRM_MODE_CONNECTED) && in find_used_connector_by_type()230 if ((connector->count_modes > 0) && (connector->connection == DRM_MODE_CONNECTED)) in find_first_connected_connector()