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

Method HandleStandby

src/libcec/implementations/SLCommandHandler.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321int CSLCommandHandler::HandleStandby(const cec_command &command)
322{
323 ResetSLState();
324
325 return CCECCommandHandler::HandleStandby(command);
326}
327
328void CSLCommandHandler::ResetSLState(void)
329{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected