mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
With current setDataLimit API, tethering offload hardware will stop offload and trigger callback when the given limit bytes is reached. However, for data usage warning to work, an API that allows tethering offload hardware to report event without stopping offload hardware is needed. Test: hidl-gen -Lformat android.hardware.tetheroffload.control@1.1 Bug: 149467454 Bug: 170699770 Bug: 170179169 Change-Id: I804d15f92251ef902dd2e1ff1c31ba157fa91067
17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.tetheroffload.control@1.1",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IOffloadControl.hal",
|
|
"ITetheringOffloadCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.tetheroffload.control@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|