Home
last modified time | relevance | path

Searched defs:oldLp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java597 final LinkProperties oldLp = mDownstreams.put(ifname, new LinkProperties(lp)); in notifyDownstreamLinkProperties() local
604 private void pushDownstreamState(LinkProperties oldLp, LinkProperties newLp) { in pushDownstreamState()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java417 public void fixupLinkProperties(@NonNull LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1335 private int compareProvisioning(LinkProperties oldLp, LinkProperties newLp) { in compareProvisioning()
1563 final LinkProperties oldLp = mLinkProperties; in assembleLinkProperties() local