HomeSort by relevance Sort by last modified time
    Searched refs:receive (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 41 this._jmDNSImpl.getSocket().receive(packet);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 73 // Setup to receive only from the remote address
120 sock.receive(packet);
  /external/chromium/crypto/
rsa_private_key_win.cc 35 result->key_.receive()))
106 CRYPT_EXPORTABLE, result->key_.receive()))
131 return FALSE != CryptAcquireContext(provider_.receive(), NULL, NULL,
encryptor_win.cc 47 BOOL ok = CryptDuplicateKey(key->key(), NULL, 0, capi_key_.receive());
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 444 SocketAddress addr = channel1.receive(buf);
740 // Test for receive(): Behavior Without Server.
744 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
751 this.channel1.receive(null);
759 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
769 this.channel1.receive(dst);
777 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
785 assertNull(this.channel1.receive(dst));
789 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
796 assertNull(this.channel1.receive(dst))
    [all...]
  /external/arduino/libraries/Wire/
Wire.cpp 191 uint8_t TwoWire::receive(void) function in class:TwoWire
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 52 # An API for handler to send/receive WebSocket messages.
79 """Receive a WebSocket frame and return its payload as a text in
105 This class provides three ways to receive messages: blocking,
120 another thread. In that case, MessageReceiver.receive
144 def receive(self): member in class:MessageReceiver
145 """ Receive a message from the channel, blocking.
153 """ Receive a message from the channel, non-blocking.
_stream_hixie75.py 115 """Receive a WebSocket frame and return its payload an unicode string.
214 # out closing handshake, and if we couldn't receive non-handshake
219 'Didn\'t receive valid ack for closing handshake')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
  /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
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 107 status_t receive(void *data, size_t size);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 122 int TCPStream::receive(void *data, size_t len) { function in class:android::gltrace::TCPStream
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 127 int size = sock.receive(partial);
  /external/sepolicy/
access_vectors 354 receive
488 receive
602 receive
608 receive
  /libcore/luni/src/main/java/java/net/
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
253 impl.receive(pack);
319 * Sets this socket's {@link SocketOptions#SO_SNDBUF receive buffer size}.
331 * This receive timeout defines the period the socket will block waiting to
332 * receive data before throwing an {@code InterruptedIOException}. The value
466 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
499 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 39 * 1) A connection-based server, which has a receive buffer of two
41 * After these 2 seconds, all packets that are in the receive buffer
44 * 2) A connection-less mode, which has a receive buffer of two packets.
45 * On LLCP link activation, we try to receive data on a pre-determined
187 int size = socket.receive(dataUnit);
303 packet = socket.receive();
356 // - otherwise, all calls to receive() on the connectionless socket
  /external/smack/asmack-master/lib/
jstun.jar 
  /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)
549 * @see java.net.DatagramSocket#receive(java.net.DatagramPacket)
552 public void receive(DatagramPacket packet) throws IOException { method in class:DatagramChannelImpl.DatagramSocketAdapter
556 super.receive(packet);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 186 socket.receive(packet);
  /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
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 115 * prevent sock.receive() from blocking forever
191 sock.receive(packet);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 82 @Override public void receive(final SpdyStream stream) throws IOException { method in class:SpdyServer
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 126 receive: WebInspector.HAREntry._toMilliseconds(this._resource.receiveDuration),
  /frameworks/base/core/java/android/net/
SntpClient.java 96 socket.receive(response);
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 166 socket.receive(replyPacket);

Completed in 539 milliseconds

1 23 4 5 6 7