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

Method ResetDeviceStatus

src/libcec/devices/CECPlaybackDevice.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected