Searched refs:isRaw (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/ |
H A D | PesSettings.java | 33 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 D | SectionSettings.java | 36 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 D | SectionSettingsWithTableInfo.java | 40 boolean isRaw, int bitWidthOfLengthField, int tableId, int version) { in SectionSettingsWithTableInfo() argument 41 super(mainType, isCheckCrc, isRepeat, isRaw, bitWidthOfLengthField); in SectionSettingsWithTableInfo()
|
H A D | SectionSettingsWithSectionBits.java | 34 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 D | android_media_tv_Tuner.cpp | 3976 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 D | system-current.txt | 8231 method public boolean isRaw(); 8322 method public boolean isRaw();
|