OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_first_connected_connector
(Results
1 - 5
of
5
) sorted by null
/external/libkmsxx/kms++/inc/kms++/
card.h
27
Connector*
get_first_connected_connector
() const;
/external/libkmsxx/kms++/src/
card.cpp
147
Connector* Card::
get_first_connected_connector
() const
function in class:kms::Card
/external/libkmsxx/py/pykms/
pykmsbase.cpp
25
.def_property_readonly("
get_first_connected_connector
", &Card::
get_first_connected_connector
)
/external/libkmsxx/py/tests/
kmsmodeview.py
296
conn = card.
get_first_connected_connector
()
/external/libkmsxx/utils/
kmscapture.cpp
335
auto conn = card.
get_first_connected_connector
();
Completed in 56 milliseconds