Searched defs:srcAddress (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 157 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() 161 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() 186 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() 190 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() 194 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() 198 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() 202 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() 206 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() 262 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative() 270 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative() [all …]
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 552 … InetSocketAddress srcAddress = (packet != null && !isConnected) ? new InetSocketAddress() : null; in recvfrom() local 564 … InetSocketAddress srcAddress = (packet != null && !isConnected) ? new InetSocketAddress() : null; in recvfrom() local 573 …m(boolean isRead, DatagramPacket packet, boolean isConnected, InetSocketAddress srcAddress, int by… in postRecvfrom()
|
D | BlockGuardOs.java | 243 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 248 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
D | Posix.java | 170 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 183 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 187 … fd, Object buffer, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfromBytes()
|
D | Os.java | 121 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 122 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
D | ForwardingOs.java | 128 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 129 …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 | 365 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 370 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|