Home
last modified time | relevance | path

Searched refs:isRaw (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DPesSettings.java33 private PesSettings(@Filter.Type int mainType, int streamId, boolean isRaw) { in PesSettings() argument
36 mIsRaw = isRaw; in PesSettings()
52 public boolean isRaw() { in isRaw() method in PesSettings
96 public Builder setRaw(boolean isRaw) { in setRaw() argument
97 mIsRaw = isRaw; in setRaw()
H A DSectionSettings.java36 SectionSettings(int mainType, boolean crcEnabled, boolean isRepeat, boolean isRaw, in SectionSettings() argument
41 mIsRaw = isRaw; in SectionSettings()
74 public boolean isRaw() { in isRaw() method in SectionSettings
140 public T setRaw(boolean isRaw) { in setRaw() argument
141 mIsRaw = isRaw; in setRaw()
H A DSectionSettingsWithTableInfo.java40 boolean isRaw, int bitWidthOfLengthField, int tableId, int version) { in SectionSettingsWithTableInfo() argument
41 super(mainType, isCheckCrc, isRepeat, isRaw, bitWidthOfLengthField); in SectionSettingsWithTableInfo()
H A DSectionSettingsWithSectionBits.java34 boolean isRaw, int bitWidthOfLengthField, byte[] filter, byte[] mask, byte[] mode) { in SectionSettingsWithSectionBits() argument
35 super(mainType, isCheckCrc, isRepeat, isRaw, bitWidthOfLengthField); in SectionSettingsWithSectionBits()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3976 bool isRaw = env->GetBooleanField(settings, env->GetFieldID(clazz, "mIsRaw", "Z")); in getFilterSectionSettings() local
3983 .isRaw = isRaw, in getFilterSectionSettings()
4041 bool isRaw = env->GetBooleanField(settings, env->GetFieldID(clazz, "mIsRaw", "Z")); in getFilterPesDataSettings() local
4044 .isRaw = isRaw, in getFilterPesDataSettings()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt8231 method public boolean isRaw();
8322 method public boolean isRaw();