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

Method OnCommandReceived

src/libcec/CECProcessor.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool CCECProcessor::OnCommandReceived(const cec_command &command)
256{
257 return m_inBuffer.Push(command);
258}
259
260void *CCECProcessor::Process(void)
261{

Callers 9

ProcessMethod · 0.80
ProcessMethod · 0.80
OnDataReceivedMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
MessageReceivedMethod · 0.80
ProcessMethod · 0.80

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected