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

Method GetCurrentPowerStatus

src/libcec/devices/CECBusDevice.cpp:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664cec_power_status CCECBusDevice::GetCurrentPowerStatus(void)
665{
666 CLockObject lock(m_mutex);
667 return m_powerStatus;
668}
669
670cec_power_status CCECBusDevice::GetPowerStatus(const cec_logical_address initiator, bool bUpdate /* = false */)
671{

Callers 8

HandleImageViewOnMethod · 0.80
TransmitImageViewOnMethod · 0.80
PowerUpEventReceivedMethod · 0.80
HandleFeatureAbortMethod · 0.80
PowerOnMethod · 0.80
ActivateSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected