Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java80 private final OffloadHardwareInterface mHwInterface; field in OffloadController
115 mHwInterface = hwi; in OffloadController()
140 mConfigInitialized = mHwInterface.initOffloadConfig(); in start()
148 mControlInitialized = mHwInterface.initOffloadControl( in start()
245 mHwInterface.stopOffloadControl(); in stop()
315 ForwardedStats diff = mHwInterface.getForwardedStats(iface); in maybeUpdateStats()
336 return mHwInterface.setDataLimit(iface, limit); in maybeUpdateDataLimit()
405 mHwInterface.removeDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
413 mHwInterface.addDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
432 mHwInterface.removeDownstreamPrefix(ifname, route.getDestination().toString()); in removeDownstreamInterface()
[all …]