Searched refs:Downstream (Results 1 – 1 of 1) sorted by relevance
54 private static class Downstream { class in IPv6TetheringCoordinator60 Downstream(TetherInterfaceStateMachine tism, int mode, short subnetId) { in Downstream() method in IPv6TetheringCoordinator.Downstream74 private final LinkedList<Downstream> mActiveDownstreams;94 if (mActiveDownstreams.offer(new Downstream(downstream, mode, mNextSubnetId))) { in addActiveDownstream()174 final Downstream ds = findDownstream(sm); in getInterfaceIPv6LinkProperties()192 final Downstream currentActive = mActiveDownstreams.peek(); in getInterfaceIPv6LinkProperties()204 Downstream findDownstream(TetherInterfaceStateMachine tism) { in findDownstream()205 for (Downstream ds : mActiveDownstreams) { in findDownstream()