MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / EnableCallbacks

Function EnableCallbacks

src/dotnetlib/LibCecSharp.cpp:131–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void EnableCallbacks(void)
132 {
133 if (!!m_libCec)
134 {
135#if CEC_LIB_VERSION_MAJOR >= 5
136 m_libCec->SetCallbacks(GetLibCecCallbacks(), m_callbacks->Get());
137#else
138 m_libCec->EnableCallbacks(m_callbacks->Get(), GetLibCecCallbacks());
139#endif
140 }
141 }
142
143 void DisableCallbacks(void)
144 {

Callers 1

SetConfigurationMethod · 0.85

Calls 4

GetLibCecCallbacksFunction · 0.85
SetCallbacksMethod · 0.80
GetMethod · 0.80
EnableCallbacksMethod · 0.45

Tested by

no test coverage detected