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

1 2 34 5 6 7 8 9

  /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);
HandoverServer.java 181 int size = mSock.receive(partial);
  /external/sepolicy/
access_vectors 354 receive
488 receive
602 receive
608 receive
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 202 * Returns this socket's {@link SocketOptions#SO_RCVBUF receive buffer size}.
218 * Gets the socket {@link SocketOptions#SO_TIMEOUT receive timeout}.
240 public synchronized void receive(DatagramPacket pack) throws IOException { method in class:DatagramSocket
250 impl.receive(pack);
316 * Sets this socket's {@link SocketOptions#SO_SNDBUF receive buffer size}.
328 * This receive timeout defines the period the socket will block waiting to
329 * receive data before throwing an {@code InterruptedIOException}. The value
463 * Future calls to {@link #send} will use this as the default target, and {@link #receive}
496 * 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 160 public SocketAddress receive(ByteBuffer target) throws IOException { method in class:DatagramChannelImpl
172 // receive real data packet, (not peek)
541 * @see java.net.DatagramSocket#receive(java.net.DatagramPacket)
544 public void receive(DatagramPacket packet) throws IOException { method in class:DatagramChannelImpl.DatagramSocketAdapter
548 super.receive(packet);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 186 socket.receive(packet);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hixie75.py 116 """Receive a WebSocket frame and return its payload an unicode string.
215 # out closing handshake, and if we couldn't receive non-handshake
220 'Didn\'t receive valid ack for closing handshake')
  /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
  /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);
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 221 * "Pipe broken" will be thrown in receive()
234 // Notify callers of receive()
299 * "Pipe broken" will be thrown in receive()
312 // Notify callers of receive()
377 protected synchronized void receive(int oneByte) throws IOException {
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 183 protected void receive(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
  /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/chromium/chrome/browser/resources/net_internals/
dnsview.js 43 // Register to receive changes to the host resolver info.
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 330 int64 time_to_send = (base::Time::FromInternalValue(data.receive) -
338 base::Time::FromInternalValue(data.receive)).InMilliseconds();

Completed in 1363 milliseconds

1 2 34 5 6 7 8 9