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

Commit f2325a05 authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "IWeaver.aidl: document that throttling must be per-slot" into main am:...

Merge "IWeaver.aidl: document that throttling must be per-slot" into main am: 2b2e8808 am: f1c8ac50

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



Change-Id: If0704532bcc67d174c36c0303b9793f9379ff180
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a8e7d2aa f1c8ac50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -58,7 +58,9 @@ interface IWeaver {
     * Throttling must be used to limit the frequency of failed read attempts.
     * The value is only returned when throttling is not active, even if the
     * correct key is provided. If called when throttling is active, the time
     * until the next attempt can be made is returned.
     * until the next attempt can be made is returned. Throttling must be
     * applied on a per-slot basis so that a successful read from one slot does
     * not reset the throttling state of any other slot.
     *
     * Service status return:
     *