mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Merge "Address leftover comments on aosp/1212191"
This commit is contained in:
@@ -37,11 +37,9 @@ interface IOffloadControl extends @1.0::IOffloadControl {
|
|||||||
* offload is started. This is because the quota values would likely become stale over
|
* offload is started. This is because the quota values would likely become stale over
|
||||||
* time and would not reflect any new traffic that has occurred.
|
* time and would not reflect any new traffic that has occurred.
|
||||||
*
|
*
|
||||||
* This API replaces {@link @1.0::IOffloadControl::setDataLimit}, the framework would always
|
* This API replaces {@link @1.0::IOffloadControl::setDataLimit}, the framework will always
|
||||||
* calls this API if 1.1 HAL is supported. Otherwise, calls the other one. Thus, no
|
* call setDataWarningAndLimit on 1.1 implementations, and setDataLimit on 1.0 implementations.
|
||||||
* interaction between the two APIs need to be addressed. However, the hardware implementation
|
* Thus, no interaction between the two APIs need to be addressed.
|
||||||
* still needs to keep functionality of both in case of shipping with older framework that
|
|
||||||
* doesn't support 1.1 HAL.
|
|
||||||
*
|
*
|
||||||
* The specified quota bytes MUST replace any previous quotas set by
|
* The specified quota bytes MUST replace any previous quotas set by
|
||||||
* {@code setDataWarningAndLimit} specified on the same interface. It may be interpreted as
|
* {@code setDataWarningAndLimit} specified on the same interface. It may be interpreted as
|
||||||
|
|||||||
Reference in New Issue
Block a user