Searched defs:srcAddress (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 104 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() 160 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative() 168 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative() 176 static jlong Memory_peekLongNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekLongNative()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 752 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local 765 InetSocketAddress srcAddress = packet != null ? new InetSocketAddress() : null; in recvfrom() local 774 …tatic int postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int by… in postRecvfrom()
|
D | BlockGuardOs.java | 348 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 353 …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 | ForwardingOs.java | 634 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 639 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|
D | Os.java | 538 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 543 …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 | 609 …int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) throws… in recvfrom() 614 …r fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress) throws… in recvfrom()
|