Searched refs:get_first_connected_connector (Results 1 – 5 of 5) sorted by relevance
27 Connector* get_first_connected_connector() const;
147 Connector* Card::get_first_connected_connector() const in get_first_connected_connector() function in kms::Card
25 .def_property_readonly("get_first_connected_connector", &Card::get_first_connected_connector) in init_pykmsbase()
296 conn = card.get_first_connected_connector()
335 auto conn = card.get_first_connected_connector(); in main()