Home
last modified time | relevance | path

Searched refs:sectionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.cpp1036 const HidlDemuxFilterSectionEvent& sectionEvent = events[i].section(); in getSectionEvent() local
1039 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()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp616 const DemuxFilterSectionEvent &sectionEvent = event.get<DemuxFilterEvent::Tag::section>(); in getSectionEvent() local
617 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()