HomeSort by relevance Sort by last modified time
    Searched refs:receive (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 63 assertNull(dc.receive(ByteBuffer.allocate(2048)));
  /packages/apps/Nfc/nci/jni/
NativeLlcpSocket.cpp 135 ** Description: Receive data from peer.
151 bool stat = PeerToPeer::getInstance().receive(jniHandle, reinterpret_cast<UINT8*>(&bytes[0]), bytes.size(), actualLen);
193 ** Description: Get peer's receive window size.
197 ** Returns: Peer's receive window size.
PeerToPeer.h 100 ** Description: Receive LLLCP-activated event from stack.
114 ** Description: Receive LLLCP-deactivated event from stack.
129 ** Description: Receive events from the stack.
173 ** recvWindow: Receive window size.
188 ** rw: Receive window size.
241 ** Function: receive
243 ** Description: Receive data from peer.
252 bool receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen);
285 ** Description: Get peer's receive window size.
288 ** Returns: Peer's receive window size
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 83 size = mSock.receive(partial);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 286 this.source.receive(in, length);
311 * class uses synchronization to safely receive incoming data frames, it is
315 /** Buffer to receive data from the network into. Only accessed by the reader thread. */
329 * receive no more bytes beyond those already in the buffer.
384 void receive(BufferedSource in, long byteCount) throws IOException { method in class:SpdyStream.SpdyDataSource
408 // Fill the receive buffer without holding any locks.
505 waitForIo(); // Wait until we receive a WINDOW_UPDATE for this stream.
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 226 * Returns this socket's {@link SocketOptions#SO_RCVBUF receive buffer size}.
242 * Gets the socket {@link SocketOptions#SO_TIMEOUT receive timeout}.
264 public synchronized void receive(DatagramPacket pack) throws IOException { method in class:DatagramSocket
274 impl.receive(pack);
340 * Sets this socket's {@link SocketOptions#SO_SNDBUF receive buffer size}.
352 * This receive timeout defines the period the socket will block waiting to
353 * receive data before throwing an {@code InterruptedIOException}. The value
501 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
547 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
PlainDatagramSocketImpl.java 170 public void receive(DatagramPacket pack) throws IOException { method in class:PlainDatagramSocketImpl
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 532 status_t ARTSPConnection::receive(void *data, size_t size) { function in class:android::ARTSPConnection
566 if (receive(&c, 1) != OK) {
591 if (receive(x, 3) != OK) {
596 if (receive(buffer->data(), buffer->size()) != OK) {
731 if (receive(response->mContent->data(), contentLength) != OK) {
ARTPConnection.cpp 290 err = receive(&*it, true);
293 err = receive(&*it, false);
299 ALOGW("failed to receive RTP/RTCP datagram.");
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { function in class:android::ARTPConnection
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 430 s.receive(p);
435 s.receive(p);
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 304 receive
role-base.conf 304 receive
user-base.conf 304 receive
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 304 receive
small-base.conf 304 receive
  /external/deqp/execserver/tools/
xsClient.cpp 92 deSocketResult result = socket.receive(&dst[numRead], numLeft, &curNumRead);
95 throw SocketError(result, "receive() failed", __FILE__, __LINE__);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 283 socket.receive(packet);
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 91 @Override public void receive(final SpdyStream stream) throws IOException { method in class:SpdyServer
  /external/v8/tools/
generate-ten-powers.scm 125 (receive (cut e exact?)
  /frameworks/base/core/java/android/net/
DnsPinger.java 59 /** Short socket timeout so we don't block one any 'receive' call */
189 /** Each socket will block for {@link #SOCKET_TIMEOUT_MS} in receive() */
192 curPing.socket.receive(replyPacket);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramPacketTest.java 141 socket.receive(packet);
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 170 System.err.println("receive...");
171 s.receive(p);
172 fail("receive returned!");
179 final SilentServer ss = new SilentServer(128); // Minimal receive buffer size.
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 191 int size = mSock.receive(partial);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 

Completed in 1302 milliseconds

1 2 34 5 6 7