| 96 | } |
| 97 | |
| 98 | void CCECPlaybackDevice::ResetDeviceStatus(bool bClientUnregistered /* = false */) |
| 99 | { |
| 100 | CLockObject lock(m_mutex); |
| 101 | m_deckStatus = CEC_DECK_INFO_STOP; |
| 102 | m_deckControlMode = CEC_DECK_CONTROL_MODE_STOP; |
| 103 | CCECBusDevice::ResetDeviceStatus(bClientUnregistered); |
| 104 | } |
nothing calls this directly
no outgoing calls
no test coverage detected