Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
DInetDiagSocketTest.java75 InetSocketAddress local = new InetSocketAddress(InetAddress.getByName("10.0.100.2"), in testInetDiagReqV2UdpInet4() local
110 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInet6() local
147 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInetWithExt() local
193 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInet6NoIdSpecified() local
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DInetDiagMessage.java56 public static byte[] InetDiagReqV2(int protocol, InetSocketAddress local, in InetDiagReqV2()
83 public static byte[] InetDiagReqV2(int protocol, @Nullable InetSocketAddress local, in InetDiagReqV2()
115 private static int lookupUidByFamily(int protocol, InetSocketAddress local, in lookupUidByFamily()
136 private static int lookupUid(int protocol, InetSocketAddress local, in lookupUid()
190 public static int getConnectionOwnerUid(int protocol, InetSocketAddress local, in getConnectionOwnerUid()
DStructInetDiagReqV2.java51 public StructInetDiagReqV2(int protocol, InetSocketAddress local, InetSocketAddress remote, in StructInetDiagReqV2()
57 public StructInetDiagReqV2(int protocol, @Nullable InetSocketAddress local, in StructInetDiagReqV2()
/packages/modules/Connectivity/framework/src/android/net/
DConnectionInfo.java34 public final InetSocketAddress local; field in ConnectionInfo
42 public ConnectionInfo(int protocol, InetSocketAddress local, InetSocketAddress remote) { in ConnectionInfo()
DConnectivityManager.java5124 int protocol, @NonNull InetSocketAddress local, @NonNull InetSocketAddress remote) { in getConnectionOwnerUid()
/packages/modules/NeuralNetworks/common/random/
Dguarded_philox_random.cc44 auto local = generator_; in ReserveSamples128() local
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java71 public InetSocketAddress local; field in InetDiagSocketIntegrationTest.Connection
143 private void checkConnectionOwnerUid(int protocol, InetSocketAddress local, in checkConnectionOwnerUid()
/packages/modules/adb/daemon/
Dtransport_local.cpp100 int init_socket_transport(atransport* t, unique_fd fd, int adb_port, int local) { in init_socket_transport()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java671 InetAddress local = InetAddress.getByName(addr); in testJavaTcpSocketPair() local
683 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPair() local
696 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPairUnconnected() local
709 InetAddress local = InetAddress.getByName(addr); in testNativeTcpSocketPair() local
722 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPair() local
735 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPairUnconnected() local
DIpSecManagerTest.java177 private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int sendCount, in checkUnconnectedUdp()
207 private void checkTcp(IpSecTransform transform, InetAddress local, int sendCount, in checkTcp()
498 InetAddress local = InetAddress.getByName(localAddress); in checkTransform() local
652 InetAddress local = InetAddress.getByName(IPV4_LOOPBACK); in testIkeOverUdpEncapSocket() local
669 .buildTransportModeTransform(local, spi); in testIkeOverUdpEncapSocket()
/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/
DAudioGroupTest.java52 InetAddress local = InetAddress.getByName("::1"); in setUp() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java388 TestManagedConnection local = new TestManagedConnection(remote, false); in makeConnection() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java704 Time local = new Time(); in updateInstancesLocked() local
890 Time local, ContentValues values) { in computeTimezoneDependentFields()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java663 private TetheringRequest requestWithStaticIpv4(String local, String client) { in requestWithStaticIpv4()
671 private void assertInvalidStaticIpv4Request(String iface, String local, String client) in assertInvalidStaticIpv4Request()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java457 Set<IpPrefix> local = mUNM.getLocalPrefixes(); in testLocalPrefixes() local
/packages/modules/adb/client/
Dtransport_local.cpp284 int init_socket_transport(atransport* t, unique_fd fd, int adb_port, int local) { in init_socket_transport()
Dadb_client.cpp252 bool local = is_local_socket_spec(__adb_server_socket_spec); in __adb_check_server_version() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java101 public static RawContactDeltaList mergeAfter(RawContactDeltaList local, in mergeAfter()
DRawContactDelta.java105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { in mergeAfter()
DValuesDelta.java335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter()
/packages/modules/adb/
Dadb.cpp206 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready()
216 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close()
Dtransport.cpp1380 bool register_socket_transport(unique_fd s, std::string serial, int port, int local, in register_socket_transport()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java382 InetSocketAddress local = (InetSocketAddress) Os.getsockname(s); in checkPing() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java1386 private Builder setAuth(IkeAuthConfig local, IkeAuthConfig remote) { in setAuth()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1293 public int getConnectionOwnerUid(int protocol, InetSocketAddress local, in getConnectionOwnerUid()

12