Home
last modified time | relevance | path

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

12

/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()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DInetDiagMessage.java84 public static byte[] inetDiagReqV2(int protocol, InetSocketAddress local, in inetDiagReqV2()
111 public static byte[] inetDiagReqV2(int protocol, @Nullable InetSocketAddress local, in inetDiagReqV2()
202 private static int lookupUidByFamily(int protocol, InetSocketAddress local, in lookupUidByFamily()
226 private static int lookupUid(int protocol, InetSocketAddress local, in lookupUid()
280 public static int getConnectionOwnerUid(int protocol, InetSocketAddress local, in getConnectionOwnerUid()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DInetDiagSocketTest.java104 InetSocketAddress local = new InetSocketAddress(InetAddress.getByName("10.0.100.2"), in testInetDiagReqV2UdpInet4() local
139 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInet6() local
176 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInetWithExt() local
222 InetSocketAddress local = new InetSocketAddress( in testInetDiagReqV2TcpInet6NoIdSpecified() local
/packages/modules/NeuralNetworks/common/random/
Dguarded_philox_random.cc44 auto local = generator_; in ReserveSamples128() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java193 private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int sendCount, in checkUnconnectedUdp()
223 private void checkTcp(IpSecTransform transform, InetAddress local, int sendCount, in checkTcp()
DIpSecBaseTest.java730 InetAddress local = InetAddress.getByName(addr); in testJavaTcpSocketPair() local
742 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPair() local
755 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPairUnconnected() local
768 InetAddress local = InetAddress.getByName(addr); in testNativeTcpSocketPair() local
781 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPair() local
794 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPairUnconnected() local
/packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/
DInetDiagSocketIntegrationTest.java71 public InetSocketAddress local; field in InetDiagSocketIntegrationTest.Connection
143 private void checkConnectionOwnerUid(int protocol, InetSocketAddress local, in checkConnectionOwnerUid()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc104 bool FilterTracker::IsAcceptlistedL2cap(bool local, uint16_t cid) { in IsAcceptlistedL2cap()
109 bool FilterTracker::IsRfcommChannel(bool local, uint16_t cid) { in IsRfcommChannel()
145 bool ProfilesFilter::IsHfpProfile(bool local, uint16_t cid, uint8_t dlci) { in IsHfpProfile()
150 bool ProfilesFilter::IsL2capFlowExt(bool local, uint16_t cid) { in IsL2capFlowExt()
158 bool ProfilesFilter::IsRfcommFlowExt(bool local, uint16_t cid, uint8_t dlci) { in IsRfcommFlowExt()
166 profile_type_t ProfilesFilter::CidToProfile(bool local, uint16_t cid) { in CidToProfile()
179 profile_type_t ProfilesFilter::DlciToProfile(bool local, uint16_t cid, uint8_t dlci) { in DlciToProfile()
239 bool ProfilesFilter::IsRfcommChannel(bool local, uint16_t cid) { in IsRfcommChannel()
/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/
DAudioGroupTest.java52 InetAddress local = InetAddress.getByName("::1"); in setUp() local
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DConntrackSocketTest.java96 void findConnectionOrThrow(FileDescriptor fd, InetSocketAddress local, InetSocketAddress remote) in findConnectionOrThrow()
/packages/modules/Virtualization/libs/libforwarder/src/
Dforwarder.rs60 local: StreamSocket, field
/packages/modules/Bluetooth/system/rust/src/
Dlib.rs127 let local = LocalSet::new(); in run() localVariable
/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/DnsResolver/doh/connection/
Ddriver.rs294 let local = self.socket.local_addr()?; in drive_once() localVariable
379 let local = self.driver.socket.local_addr()?; in drive_once() localVariable
/packages/modules/DnsResolver/doh/
Dconfig.rs294 let local = SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::new(127, 0, 0, 1), 42)); in quiche_connect() localVariable
Dffi.rs306 let local = task::LocalSet::new(); in doh_query() localVariable
/packages/modules/adb/client/
Dadb_client.cpp257 bool local = is_local_socket_spec(__adb_server_socket_spec); in __adb_check_server_version() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java451 Set<IpPrefix> local = mUNM.getLocalPrefixes(); in testLocalPrefixes() 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.cpp269 void send_ready(unsigned local, unsigned remote, atransport* t, uint32_t ack_bytes) { in send_ready()
284 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java493 private TetheringRequest requestWithStaticIpv4(String local, String client) { in requestWithStaticIpv4()
501 private void assertInvalidStaticIpv4Request(String iface, String local, String client) in assertInvalidStaticIpv4Request()
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs324 let local = frontend_socket.local_addr()?; in worker_thread() localVariable

12