Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/
DTunerFilter.cpp732 DemuxFilterSectionEvent sectionEvent = e.section(); in getSectionEvent() local
735 tunerSection.tableId = static_cast<char16_t>(sectionEvent.tableId); in getSectionEvent()
736 tunerSection.version = static_cast<char16_t>(sectionEvent.version); in getSectionEvent()
737 tunerSection.sectionNum = static_cast<char16_t>(sectionEvent.sectionNum); in getSectionEvent()
738 tunerSection.dataLength = static_cast<char16_t>(sectionEvent.dataLength); in getSectionEvent()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp467 DemuxFilterSectionEvent sectionEvent = event.section(); in getSectionEvent() local
469 jint tableId = static_cast<jint>(sectionEvent.tableId); in getSectionEvent()
470 jint version = static_cast<jint>(sectionEvent.version); in getSectionEvent()
471 jint sectionNum = static_cast<jint>(sectionEvent.sectionNum); in getSectionEvent()
472 jint dataLength = static_cast<jint>(sectionEvent.dataLength); in getSectionEvent()