Searched refs:sectionEvent (Results 1 – 2 of 2) sorted by relevance
1036 const HidlDemuxFilterSectionEvent& sectionEvent = events[i].section(); in getSectionEvent() local1039 section.tableId = static_cast<int32_t>(sectionEvent.tableId); in getSectionEvent()1040 section.version = static_cast<int32_t>(sectionEvent.version); in getSectionEvent()1041 section.sectionNum = static_cast<int32_t>(sectionEvent.sectionNum); in getSectionEvent()1042 section.dataLength = static_cast<int64_t>(sectionEvent.dataLength); in getSectionEvent()
616 const DemuxFilterSectionEvent §ionEvent = event.get<DemuxFilterEvent::Tag::section>(); in getSectionEvent() local617 jint tableId = sectionEvent.tableId; in getSectionEvent()618 jint version = sectionEvent.version; in getSectionEvent()619 jint sectionNum = sectionEvent.sectionNum; in getSectionEvent()620 jlong dataLength = sectionEvent.dataLength; in getSectionEvent()