Searched refs:tunerDownload (Results 1 – 1 of 1) sorted by relevance
836 TunerFilterDownloadEvent tunerDownload; in getDownloadEvent() local838 tunerDownload.itemId = static_cast<int>(downloadEvent.itemId); in getDownloadEvent()839 tunerDownload.itemFragmentIndex = static_cast<int>(downloadEvent.itemFragmentIndex); in getDownloadEvent()840 tunerDownload.mpuSequenceNumber = static_cast<int>(downloadEvent.mpuSequenceNumber); in getDownloadEvent()841 tunerDownload.lastItemFragmentIndex = static_cast<int>(downloadEvent.lastItemFragmentIndex); in getDownloadEvent()842 tunerDownload.dataLength = static_cast<char16_t>(downloadEvent.dataLength); in getDownloadEvent()845 tunerEvent.set<TunerFilterEvent::download>(move(tunerDownload)); in getDownloadEvent()