| 341 | } |
| 342 | |
| 343 | bool CSLCommandHandler::SLInitialised(void) |
| 344 | { |
| 345 | CLockObject lock(m_SLMutex); |
| 346 | return m_bSLEnabled; |
| 347 | } |
| 348 | |
| 349 | bool CSLCommandHandler::PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination) |
| 350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected