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

Method ScheduleActivateSource

src/libcec/implementations/CECCommandHandler.cpp:1373–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373void CCECCommandHandler::ScheduleActivateSource(uint64_t iDelay)
1374{
1375 CLockObject lock(m_mutex);
1376 m_iActiveSourcePending = GetTimeMs() + iDelay;
1377}
1378
1379void CCECCommandHandler::RequestEmailFromCustomer(const cec_command& command)
1380{

Callers 1

ActivateSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected