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.java586 final LinkProperties oldLp = mDownstreams.put(ifname, new LinkProperties(lp)); in notifyDownstreamLinkProperties() local
593 private void pushDownstreamState(LinkProperties oldLp, LinkProperties newLp) { in pushDownstreamState()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java433 public void fixupLinkProperties(@Nullable LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1855 private int compareProvisioning(LinkProperties oldLp, LinkProperties newLp) { in compareProvisioning()
2126 final LinkProperties oldLp = mLinkProperties; in assembleLinkProperties() local