Searched refs:get_first_connected_connector (Results 1 – 4 of 4) sorted by relevance
43 Connector* get_first_connected_connector() const;
315 Connector* Card::get_first_connected_connector() const in get_first_connected_connector() function in kms::Card
28 .def_property_readonly("get_first_connected_connector", &Card::get_first_connected_connector) in init_pykmsbase()
329 auto conn = card.get_first_connected_connector(); in main()