mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Effect AIDL: Rename Flags.noProcessing to Flags.bypass
Bug: 258124419 Test: atest VtsHalAudioEffectTargetTest Change-Id: I3838fa71bed3aeb7824a7cdfb71d43041ddb4368
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