Home
last modified time | relevance | path

Searched refs:mHwInterface (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadController.java95 private final OffloadHardwareInterface mHwInterface; field in OffloadController
182 mHwInterface = hwi; in OffloadController()
209 mConfigInitialized = mHwInterface.initOffloadConfig(); in start()
217 mControlHalVersion = mHwInterface.initOffloadControl( in start()
328 mHwInterface.stopOffloadControl(); in stop()
464 ForwardedStats diff = mHwInterface.getForwardedStats(iface); in maybeUpdateStats()
546 ret = mHwInterface.setDataLimit(iface, quota.limitBytes); in maybeUpdateDataWarningAndLimit()
622 mHwInterface.addDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
647 final int defaultDisposition = mHwInterface.getDefaultTetherOffloadDisabled(); in isOffloadDisabled()
691 boolean success = mHwInterface.setUpstreamParameters( in pushUpstreamParameters()
[all …]