Searched defs:srcAddress (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/main/native/ |
| D | libcore_io_Memory.cpp | 108 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() 112 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() 137 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() 141 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() 145 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() 149 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() 153 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() 157 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() 213 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative() 221 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative() [all …]
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | IoBridge.java | 755 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local 768 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local 777 …tatic int postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int by… in postRecvfrom()
|
| D | BlockGuardOs.java | 347 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 352 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
| D | Linux.java | 196 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 209 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 213 … fd, Object buffer, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfromBytes()
|
| D | Os.java | 539 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 544 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
| D | ForwardingOs.java | 638 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 643 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 618 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 623 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|