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

Commit 232c81bb authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Merge "Effect AIDL: Rename Flags.noProcessing to Flags.bypass" am: 7b29d267

parents 22ec20e1 7b29d267
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ parcelable Flags {
  boolean deviceIndication;
  boolean audioModeIndication;
  boolean audioSourceIndication;
  boolean noProcessing;
  boolean bypass;
  @Backing(type="byte") @VintfStability
  enum Type {
    INSERT = 0,
+2 −2
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ parcelable Flags {
    boolean audioSourceIndication;

    /**
     * Set to true if no processing done for this effect instance.
     * Set to true if the effect instance bypass audio data (no processing).
     */
    boolean noProcessing;
    boolean bypass;
}