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

Method CallbackAlert

src/libcec/CECClient.cpp:1780–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780void CCECClient::CallbackAlert(const libcec_alert type, const libcec_parameter &param)
1781{
1782 CLockObject lock(m_cbMutex);
1783 if (!!m_configuration.callbacks &&
1784 !!m_configuration.callbacks->alert)
1785 {
1786 m_configuration.callbacks->alert(m_configuration.callbackParam, type, param);
1787 }
1788}
1789
1790int CCECClient::CallbackMenuStateChanged(const cec_menu_state newState)
1791{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected