Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java92 private final OffloadHardwareInterface mHwInterface; field in OffloadController
147 mHwInterface = hwi; in OffloadController()
174 mConfigInitialized = mHwInterface.initOffloadConfig(); in start()
182 mControlInitialized = mHwInterface.initOffloadControl( in start()
280 mHwInterface.stopOffloadControl(); in stop()
401 ForwardedStats diff = mHwInterface.getForwardedStats(iface); in maybeUpdateStats()
477 return mHwInterface.setDataLimit(iface, limit); in maybeUpdateDataLimit()
543 mHwInterface.removeDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
551 mHwInterface.addDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
571 mHwInterface.removeDownstreamPrefix(ifname, route.getDestination().toString()); in removeDownstreamInterface()
[all …]