Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java52 private static class Downstream { class in IPv6TetheringCoordinator
58 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream() method in IPv6TetheringCoordinator.Downstream
72 private final LinkedList<Downstream> mActiveDownstreams;
92 if (mActiveDownstreams.offer(new Downstream(downstream, mode, mNextSubnetId))) { in addActiveDownstream()
187 final Downstream ds = findDownstream(ipServer); in getInterfaceIPv6LinkProperties()
205 final Downstream currentActive = mActiveDownstreams.peek(); in getInterfaceIPv6LinkProperties()
217 Downstream findDownstream(IpServer ipServer) { in findDownstream()
218 for (Downstream ds : mActiveDownstreams) { in findDownstream()
/frameworks/base/services/
Dart-profile5670 …id/net/ip/IpServer;)Lcom/android/server/connectivity/tethering/IPv6TetheringCoordinator$Downstream;