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

Commit 781fbcbd authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Audio flags: add flag for audio focus test APIs" into main

parents 4a3ec616 2f5cc0db
Loading
Loading
Loading
Loading
+24 −11
Original line number Diff line number Diff line
@@ -14,11 +14,10 @@ audio mixing rules."
}

flag {
    name: "configurable_prescale_absolute_volume"
    name: "auto_public_volume_api_hardening"
    namespace: "media_audio"
    description: "\
Enable configurable pre-scale absolute volume."
    bug: "302553525"
    description: "On AAOS, make volume and ringer SDK APIs in AudioManager no-ops."
    bug: "302751899"
}

flag {
@@ -30,6 +29,27 @@ audio device descriptors to non privileged apps."
    bug: "285588444"
}

flag {
    name: "configurable_prescale_absolute_volume"
    namespace: "media_audio"
    description: "\
Enable configurable pre-scale absolute volume."
    bug: "302553525"
}

flag {
    name: "focus_freeze_test_api"
    namespace: "media_audio"
    description: "\
 AudioManager audio focus test APIs:\
 AudioManager.enterAudioFocusFreezeForTest(java.util.List)\
 AudioManager.exitAudioFocusFreezeForTest()\
 AudioManager.getFocusDuckedUidsForTest()\
 AudioManager.getFocusFadeOutDurationForTest()\
 AudioManager.getFocusUnmuteDelayAfterFadeOutForTest()"
    bug: "301713440"
}

flag {
    name: "mutex_priority_inheritance"
    namespace: "media_audio"
@@ -41,10 +61,3 @@ This feature helps reduce audio glitching caused by low priority \
blocking threads."
    bug: "209491695"
}

flag {
    name: "auto_public_volume_api_hardening"
    namespace: "media_audio"
    description: "On AAOS, make volume and ringer SDK APIs in AudioManager no-ops."
    bug: "302751899"
}