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

Commit e1bac140 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...

Merge "Effect AIDL: Rename Flags.noProcessing to Flags.bypass" am: 7b29d267 am: 232c81bb am: 5b452e27

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2420439



Change-Id: I614daf27d853a0090a33f808b67f08dfce7c02e8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1e374f37 5b452e27
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;
}