Merge "Effect AIDL: Rename Flags.noProcessing to Flags.bypass" am: 7b29d26705 am: 232c81bb0b

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

Change-Id: I80ef2cc5936bc2f60823a3905880ced54948a773
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Shunkai Yao
2023-02-03 02:50:16 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ parcelable Flags {
boolean deviceIndication;
boolean audioModeIndication;
boolean audioSourceIndication;
boolean noProcessing;
boolean bypass;
@Backing(type="byte") @VintfStability
enum Type {
INSERT = 0,

View File

@@ -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;
}