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

Method PowerOnDevices

src/libcec/CECProcessor.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612bool CCECProcessor::PowerOnDevices(const cec_logical_address initiator, const CECDEVICEVEC &devices)
613{
614 bool bReturn(true);
615 for (CECDEVICEVEC::const_iterator it = devices.begin(); it != devices.end(); it++)
616 bReturn &= (*it)->PowerOn(initiator);
617 return bReturn;
618}
619
620bool CCECProcessor::PowerOnDevice(const cec_logical_address initiator, cec_logical_address address)
621{

Callers

nothing calls this directly

Calls 1

PowerOnMethod · 0.45

Tested by

no test coverage detected