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

Method QueueMenuStateChanged

src/libcec/CECClient.cpp:1654–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652}
1653
1654int CCECClient::QueueMenuStateChanged(const cec_menu_state newState)
1655{
1656 CCallbackWrap *wrapState = new CCallbackWrap(newState);
1657 m_callbackCalls.Push(wrapState);
1658 int result(wrapState->Result(1000));
1659
1660 if (wrapState->m_keepResult)
1661 delete wrapState;
1662 return result;
1663}
1664
1665void CCECClient::QueueSourceActivated(bool bActivated, const cec_logical_address logicalAddress)
1666{

Callers 1

HandleMenuRequestMethod · 0.80

Calls 2

PushMethod · 0.80
ResultMethod · 0.45

Tested by

no test coverage detected