HomeSort by relevance Sort by last modified time
    Searched defs:receive (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 36 * is the reduced effort of security checks during send and receive. When
132 * in order to send and receive datagrams.
158 * This method executes the same security checks as the receive method of
178 public abstract SocketAddress receive(ByteBuffer target) throws IOException; method in class:DatagramChannel
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockDatagramChannel.java 49 public SocketAddress receive(ByteBuffer arg0) throws IOException { method in class:MockDatagramChannel
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 159 reader.receive(buffer, offset, count);
188 reader.receive((char) c);
PipedReader.java 245 * of "Pipe broken" will be thrown in receive()
259 // Notify callers of receive()
333 * If the buffer is full and the thread sending #receive is interrupted, the
343 synchronized void receive(char oneChar) throws IOException { method in class:PipedReader
383 * If the buffer is full and the thread sending #receive is interrupted, the
390 synchronized void receive(char[] chars, int offset, int count) throws IOException { method in class:PipedReader
  /external/chromium/crypto/
scoped_capi_types.h 67 CAPIHandle* receive() { function in class:crypto::ScopedCAPIHandle
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 48 * bound prior to attempting to send or receive data.
125 * a group before being able to receive data. Further, a socket may be a
138 * a group before being able to receive data. Further, a socket may be a
144 * the local network interface which will receive the multicast
202 protected abstract void receive(DatagramPacket pack) throws IOException; method in class:DatagramSocketImpl
268 * {@code peekData()} or {@code receive()} call. This call blocks until
PlainDatagramSocketImpl.java 168 public void receive(DatagramPacket pack) throws IOException { method in class:PlainDatagramSocketImpl
DatagramSocket.java 205 * Returns this socket's {@link SocketOptions#SO_RCVBUF receive buffer size}.
221 * Gets the socket {@link SocketOptions#SO_TIMEOUT receive timeout}.
243 public synchronized void receive(DatagramPacket pack) throws IOException { method in class:DatagramSocket
254 impl.receive(pack);
322 * Sets this socket's {@link SocketOptions#SO_SNDBUF receive buffer size}.
334 * This receive timeout defines the period the socket will block waiting to
335 * receive data before throwing an {@code InterruptedIOException}. The value
469 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
502 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeLlcpSocket.java 69 public int receive(byte[] recvBuff) throws IOException { method in class:NativeLlcpSocket
NativeP2pDevice.java 34 public byte[] receive() { method in class:NativeP2pDevice
  /packages/apps/Nfc/tests/src/com/android/nfc/
MockLlcpSocket.java 55 public int receive(byte[] receiveBuffer) throws IOException { method in class:MockLlcpSocket
  /external/chromium/net/http/
http_auth_gssapi_posix.h 205 gss_ctx_id_t* receive() { return &security_context_; } function in class:net::ScopedSecurityContext
  /external/dbus/bus/
policy.h 83 } receive; member in union:BusPolicyRule::__anon5418
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketImplTest.java 121 protected void receive(DatagramPacket pack) throws IOException { method in class:MockDatagramSocketImpl
DatagramSocketTest.java 69 ms.receive(rdp);
165 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
167 ds.receive(receive);
169 assertTrue("Wrong size: " + receive.getLength(),
170 receive.getLength() == 10);
171 assertTrue("Wrong receiver", receive.getAddress().equals(localHost));
187 ms.receive(rdp);
226 receive = new DatagramPacket(new byte[20], 20);
228 ds.receive(receive)
800 protected void receive(DatagramPacket arg0) throws IOException { method in class:DatagramSocketTest.testDatagramSocketImpl
1070 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1099 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 70 * - Receive packets through the LLCP link
158 pphFriNfcLlpcMac_Receive_t receive; member in struct:phFriNfc_LlcpMac_Interface
  /external/qemu/
net.h 16 NetReceive *receive; member in struct:VLANClientState
58 NetReceive *receive,
142 NetReceive *receive,
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 183 protected void receive(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
OldDatagramSocketTest.java 72 ms.receive(rdp);
298 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
300 ds.receive(receive);
302 assertTrue("Wrong size: " + receive.getLength(), receive
304 assertTrue("Wrong receiver", receive.getAddress().equals(localHost));
323 ms.receive(rdp);
362 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
364 ds.receive(receive)
401 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
484 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
536 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
588 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1062 protected void receive(DatagramPacket arg0) throws IOException {} method in class:OldDatagramSocketTest.testDatagramSocketImpl
1331 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1385 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1468 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1520 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
1572 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
2074 protected void receive(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketTest.TestDatagramSocketImpl
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmlec.h 95 unsigned char receive; /* 1= receive vcc, 0 = send vcc */ member in struct:atmlec_ioc
  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.cpp 288 err = receive(&*it, true);
291 err = receive(&*it, false);
297 LOGW("failed to receive RTP/RTCP datagram.");
371 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { function in class:android::ARTPConnection
ARTSPConnection.cpp 525 status_t ARTSPConnection::receive(void *data, size_t size) { function in class:android::ARTSPConnection
559 if (receive(&c, 1) != OK) {
581 if (receive(x, 3) != OK) {
586 if (receive(buffer->data(), buffer->size()) != OK) {
721 if (receive(response->mContent->data(), contentLength) != OK) {
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 106 public byte[] receive(); method in interface:DeviceHost.NfcDepEndpoint
132 public int receive(byte[] recvBuff) throws IOException; method in interface:DeviceHost.LlcpSocket
  /external/libnfc-nxp/inc/
phNfcInterface.h 265 * This callback signals the completion of the asynchronous send or receive
337 pphNfcIF_Transact_t receive; member in struct:phNfc_sLowerIF
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 167 public SocketAddress receive(ByteBuffer target) throws IOException { method in class:DatagramChannelImpl
179 // receive real data packet, (not peek)
548 * @see java.net.DatagramSocket#receive(java.net.DatagramPacket)
551 public void receive(DatagramPacket packet) throws IOException { method in class:DatagramChannelImpl.DatagramSocketAdapter
555 super.receive(packet);

Completed in 583 milliseconds

1 2