Searched refs:mHwInterface (Results 1 – 1 of 1) sorted by relevance
95 private final OffloadHardwareInterface mHwInterface; field in OffloadController181 mHwInterface = hwi; in OffloadController()207 mOffloadHalVersion = mHwInterface.initOffload( in start()318 mHwInterface.stopOffload(); in stop()453 ForwardedStats diff = mHwInterface.getForwardedStats(iface); in maybeUpdateStats()533 ret = mHwInterface.setDataWarningAndLimit(iface, quota.warningBytes, quota.limitBytes); in maybeUpdateDataWarningAndLimit()535 ret = mHwInterface.setDataLimit(iface, quota.limitBytes); in maybeUpdateDataWarningAndLimit()603 mHwInterface.removeDownstream(ifname, ri.getDestination().toString()); in pushDownstreamState()611 mHwInterface.addDownstream(ifname, ri.getDestination().toString()); in pushDownstreamState()631 mHwInterface.removeDownstream(ifname, route.getDestination().toString()); in removeDownstreamInterface()[all …]