Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a5a431d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Section filter isRepeat clarification."

parents ba0e6526 a2c195d5
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -32,7 +32,16 @@ parcelable DemuxFilterSectionSettings {
    boolean isCheckCrc;

    /**
     * true if the filter repeats the data with the same version
     * true if the filter repeats the data.
     *
     * If false, for DemuxFilterSectionSettingsConditionTableInfo, HAL filters out all sections
     * based on tableId and version, and stops filtering data. For DemuxFilterSectionBits, HAL
     * filters out first section which matches the DemuxFilterSectionBits configuration, and stops
     * filtering data.
     *
     * If true, for DemuxFilterSectionSettingsConditionTableInfo, HAL filters out all sections based
     * on tableId and version, and repeats. For DemuxFilterSectionBits, HAL filters out sections
     * which match the DemuxFilterSectionBits configuration, and repeats.
     */
    boolean isRepeat;