mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Effect AIDL: Rename Flags.noProcessing to Flags.bypass" am: 7b29d26705
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2420439 Change-Id: I70480334ecb0227d8be05fe0daca14305cdfe6da Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -42,7 +42,7 @@ parcelable Flags {
|
||||
boolean deviceIndication;
|
||||
boolean audioModeIndication;
|
||||
boolean audioSourceIndication;
|
||||
boolean noProcessing;
|
||||
boolean bypass;
|
||||
@Backing(type="byte") @VintfStability
|
||||
enum Type {
|
||||
INSERT = 0,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user