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

Method GetStats

src/libcec/CECClient.cpp:1825–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823
1824#if CEC_LIB_VERSION_MAJOR >= 5
1825bool CCECClient::GetStats(struct cec_adapter_stats* stats)
1826{
1827 return !!m_processor ?
1828 m_processor->GetStats(stats) :
1829 false;
1830}
1831#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected