Home
last modified time | relevance | path

Searched defs:srcAddress (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp106 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte()
110 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray()
135 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray()
139 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray()
143 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray()
147 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray()
151 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray()
155 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray()
211 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative()
219 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative()
[all …]
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java609 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local
621 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local
630 …tatic int postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int by… in postRecvfrom()
DBlockGuardOs.java269 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
274 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
DLinux.java188 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
201 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
205 … fd, Object buffer, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfromBytes()
DOs.java136 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
137 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
DForwardingOs.java149 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
150 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
/libcore/luni/src/test/java/libcore/io/
DOsTest.java404 InetSocketAddress srcAddress = new InetSocketAddress(); in checkSocketPing() local
494 InetSocketAddress srcAddress = new InetSocketAddress(); in test_recvfrom_concurrentShutdown() local
/libcore/luni/src/main/java/android/system/
DOs.java425 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
430 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()