Home
last modified time | relevance | path

Searched defs:dstAddress (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/aosp_15_r20/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp108 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte()
112 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray()
136 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray()
140 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray()
144 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray()
148 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray()
152 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray()
156 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray()
164 static void Memory_pokeShortNative(JNIEnv*, jclass, jlong dstAddress, jshort value) { in Memory_pokeShortNative()
172 static void Memory_pokeIntNative(JNIEnv*, jclass, jlong dstAddress, jint value) { in Memory_pokeIntNative()
[all …]
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/native/
H A Dcom_android_i18n_timezone_internal_Memory.cpp148 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte()
152 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray()
176 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray()
180 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray()
184 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray()
188 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray()
192 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray()
196 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray()
204 static void Memory_pokeShortNative(JNIEnv*, jclass, jlong dstAddress, jshort value) { in Memory_pokeShortNative()
212 static void Memory_pokeIntNative(JNIEnv*, jclass, jlong dstAddress, jint value) { in Memory_pokeIntNative()
[all …]
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNattKeepalivePacketData.java49 @NonNull InetAddress dstAddress, int dstPort, @NonNull byte[] data) throws in NattKeepalivePacketData()
59 InetAddress srcAddress, int srcPort, InetAddress dstAddress, int dstPort) in nattKeepalivePacket()
87 Inet4Address srcAddress, int srcPort, Inet4Address dstAddress, int dstPort) in nattKeepalivePacketv4()
117 Inet6Address srcAddress, int srcPort, Inet6Address dstAddress, int dstPort) in nattKeepalivePacketv6()
182 final InetAddress dstAddress = getDstAddress(); in equals() local
DTcpKeepalivePacketData.java71 @NonNull final InetAddress dstAddress, int dstPort, @NonNull final byte[] data, in TcpKeepalivePacketData()
138 final InetAddress dstAddress = getDstAddress(); in equals() local
186 InetAddress dstAddress = InetAddresses.parseNumericAddress(in.readString()); in readFromParcel() local
DKeepalivePacketData.java66 @IntRange(from = 0, to = 65535) int srcPort, @NonNull InetAddress dstAddress, in KeepalivePacketData()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java796 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
824 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection()
916 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
1010 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1242 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1439 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
/aosp_15_r20/packages/modules/NetworkStack/common/networkstackclient/src/android/net/util/
DKeepalivePacketDataUtil.java54 final InetAddress dstAddress = pkt.getDstAddress(); in toStableParcelable() local
70 final InetAddress dstAddress = pkt.getDstAddress(); in toStableParcelable() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java390 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
424 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/common/networkstackclient/networkstack-aidl-interfaces-V22-java-source/gen/android/net/
DNattKeepalivePacketDataParcelable.java14 public byte[] dstAddress; field in NattKeepalivePacketDataParcelable
DTcpKeepalivePacketDataParcelable.java14 public byte[] dstAddress; field in TcpKeepalivePacketDataParcelable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/aidl/android.hardware.wifi-V3-java-source/gen/android/hardware/wifi/
DIWifiStaIface.java445 …(int cmdId, byte[] ipPacketData, char etherType, byte[] srcAddress, byte[] dstAddress, int periodI… in startSendingKeepAlivePackets()
1787 …(int cmdId, byte[] ipPacketData, char etherType, byte[] srcAddress, byte[] dstAddress, int periodI… in startSendingKeepAlivePackets()
2636 …(int cmdId, byte[] ipPacketData, char etherType, byte[] srcAddress, byte[] dstAddress, int periodI… in startSendingKeepAlivePackets()
/aosp_15_r20/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
H A DIWifiStaIface.aidl59 …in byte[] ipPacketData, in char etherType, in byte[6] srcAddress, in byte[6] dstAddress, in int pe… in startSendingKeepAlivePackets()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiStaIface.java237 MacAddress srcAddress, MacAddress dstAddress, int periodInMs); in startSendingKeepAlivePackets()
DWifiStaIfaceHidlImpl.java307 MacAddress srcAddress, MacAddress dstAddress, int periodInMs) { in startSendingKeepAlivePackets()
759 byte[] ipPacketData, int etherType, MacAddress srcAddress, MacAddress dstAddress, in startSendingKeepAlivePacketsInternal()
DWifiStaIface.java386 MacAddress srcAddress, MacAddress dstAddress, int periodInMs) { in startSendingKeepAlivePackets()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java79 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
H A DHdmiCecLocalDeviceTest.java74 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()
/aosp_15_r20/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4262 dstAddress, reconfigureParams.getSubSessionIdList(), null, in execReconfigureAddControlee_success() local
4320 dstAddress, reconfigureParams.getSubSessionIdList(), null, in execReconfigureRemoveControleeV1_success() local
4383 dstAddress, reconfigureParams.getSubSessionIdList(), in execReconfigureAddControleeV2_success() local
4434 dstAddress, reconfigureParams.getSubSessionIdList(), in execReconfigureAddControlee_fetchKeysFromSE_V2_success() local
/aosp_15_r20/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
H A DIWifiStaIface.aidl59 …in byte[] ipPacketData, in char etherType, in byte[6] srcAddress, in byte[6] dstAddress, in int pe… in startSendingKeepAlivePackets()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/aidl/android.hardware.wifi_interface/dump/android/hardware/wifi/
DIWifiStaIface.aidl59 …in byte[] ipPacketData, in char etherType, in byte[6] srcAddress, in byte[6] dstAddress, in int pe… in startSendingKeepAlivePackets()
/aosp_15_r20/hardware/interfaces/wifi/aidl/android/hardware/wifi/
H A DIWifiStaIface.aidl505 in byte[6] srcAddress, in byte[6] dstAddress, in int periodInMs); in startSendingKeepAlivePackets()
/aosp_15_r20/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
H A DIWifiStaIface.aidl59 …in byte[] ipPacketData, in char etherType, in byte[6] srcAddress, in byte[6] dstAddress, in int pe… in startSendingKeepAlivePackets()
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DBorderRoutingTest.java662 private void respondToEchoRequestOnce(Inet4Address dstAddress) { in respondToEchoRequestOnce()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/1.0/android.hardware.wifi-V1.0-java_gen_java/gen/srcs/android/hardware/wifi/V1_0/
DIWifiStaIface.java652 …t<Byte> ipPacketData, short etherType, byte[/* 6 */] srcAddress, byte[/* 6 */] dstAddress, int per… in startSendingKeepAlivePackets()
1318 …l.ArrayList<Byte> ipPacketData, short etherType, byte[/* 6 */] srcAddress, byte[/* 6 */] dstAddres… in startSendingKeepAlivePackets()
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java1057 public final byte[] dstAddress; field in LegacyApfFilter.NattKeepaliveResponse.NattKeepaliveResponseData
1138 public final byte[] dstAddress; field in LegacyApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData

12345678910>>...12