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