| 326 | } |
| 327 | |
| 328 | void CSLCommandHandler::ResetSLState(void) |
| 329 | { |
| 330 | LIB_CEC->AddLog(CEC_LOG_NOTICE, "resetting SL initialised state"); |
| 331 | CLockObject lock(m_SLMutex); |
| 332 | m_bSLEnabled = false; |
| 333 | m_processor->GetPrimaryDevice()->SetPowerStatus(CEC_POWER_STATUS_IN_TRANSITION_STANDBY_TO_ON); |
| 334 | } |
| 335 | |
| 336 | void CSLCommandHandler::SetSLInitialised(void) |
| 337 | { |
nothing calls this directly
no test coverage detected