Searched defs:srcAddress (Results 1 – 6 of 6) sorted by relevance
| /libcore/luni/src/main/native/ |
| D | libcore_io_Memory.cpp | 92 static jbyte Memory_peekByte(JNIEnv*, jclass, jint srcAddress) { in Memory_peekByte() 96 static void Memory_peekByteArray(JNIEnv* env, jclass, jint srcAddress, jbyteArray dst, jint dstOffs… in Memory_peekByteArray() 121 static void Memory_peekCharArray(JNIEnv* env, jclass, jint srcAddress, jcharArray dst, jint dstOffs… in Memory_peekCharArray() 125 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jint srcAddress, jdoubleArray dst, jint dst… in Memory_peekDoubleArray() 129 static void Memory_peekFloatArray(JNIEnv* env, jclass, jint srcAddress, jfloatArray dst, jint dstOf… in Memory_peekFloatArray() 133 static void Memory_peekIntArray(JNIEnv* env, jclass, jint srcAddress, jintArray dst, jint dstOffset… in Memory_peekIntArray() 137 static void Memory_peekLongArray(JNIEnv* env, jclass, jint srcAddress, jlongArray dst, jint dstOffs… in Memory_peekLongArray() 141 static void Memory_peekShortArray(JNIEnv* env, jclass, jint srcAddress, jshortArray dst, jint dstOf… in Memory_peekShortArray() 197 static jshort Memory_peekShort(JNIEnv*, jclass, jint srcAddress, jboolean swap) { in Memory_peekShort() 212 static jint Memory_peekInt(JNIEnv*, jclass, jint srcAddress, jboolean swap) { in Memory_peekInt() [all …]
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | IoBridge.java | 512 … InetSocketAddress srcAddress = (packet != null && !isConnected) ? new InetSocketAddress() : null; in recvfrom() local 524 … InetSocketAddress srcAddress = (packet != null && !isConnected) ? new InetSocketAddress() : null; in recvfrom() local 533 …m(boolean isRead, DatagramPacket packet, boolean isConnected, InetSocketAddress srcAddress, int by… in postRecvfrom()
|
| D | BlockGuardOs.java | 157 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 162 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
| D | Posix.java | 122 …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() 133 … fd, Object buffer, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfromBytes()
|
| D | ForwardingOs.java | 98 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 99 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
| D | Os.java | 91 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 92 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|