Home
last modified time | relevance | path

Searched refs:isCheckCrc (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DSectionSettingsWithTableInfo.java39 private SectionSettingsWithTableInfo(int mainType, boolean isCheckCrc, boolean isRepeat, in SectionSettingsWithTableInfo() argument
41 super(mainType, isCheckCrc, isRepeat, isRaw, bitWidthOfLengthField); in SectionSettingsWithTableInfo()
H A DSectionSettingsWithSectionBits.java33 private SectionSettingsWithSectionBits(int mainType, boolean isCheckCrc, boolean isRepeat, in SectionSettingsWithSectionBits() argument
35 super(mainType, isCheckCrc, isRepeat, isRaw, bitWidthOfLengthField); in SectionSettingsWithSectionBits()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3974 bool isCheckCrc = env->GetBooleanField(settings, env->GetFieldID(clazz, "mCrcEnabled", "Z")); in getFilterSectionSettings() local
3981 .isCheckCrc = isCheckCrc, in getFilterSectionSettings()