IWeaver.aidl: document that throttling must be per-slot
Change-Id: Ice26840d22fa55aaa472eec53e6962d6bc8bdd1d
This commit is contained in:
parent
39dbad2130
commit
8ceaa6eac8
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue