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

1 2 3 4 56 7 8 9

  /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/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java 168 public void receive(DatagramPacket pack) throws IOException { method in class:PlainDatagramSocketImpl
  /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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 438 * allocated for each port, one for receive data and one for transmit
457 unsigned short receive; member in struct:cdkasy
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 438 * allocated for each port, one for receive data and one for transmit
457 unsigned short receive; member in struct:cdkasy
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 438 * allocated for each port, one for receive data and one for transmit
457 unsigned short receive; member in struct:cdkasy
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 409 bool SctpDataMediaChannel::SetReceive(bool receive) {
410 receiving_ = receive;
550 // peers to each make a connect call, but for them not to receive an INIT
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 164 (0 == llcBufferLength) || (NULL == psLlcCtxt->lower_if.receive) ||
178 result = psLlcCtxt->lower_if.receive(
314 PH_LLCNFC_DEBUG("RECEIVE length : 0x%02X\n", ps_recv_pkt->llcbuf_len);
653 1. LLC Receive has been called by the upper layer, the response
655 2. Get the frame information from the receive buffer
691 /* Received length is 1 and receive buffer
736 /* Receive is complete, so move the state to INITIALISED */
    [all...]
phFriNfc_LlcpMacNfcip.c 53 /* Reset the pointer to the Receive Callback and Context*/
57 /* Call the receive callback */
183 /* Reset Send and Receive Flag */
218 /* Reset Send and Receive Flag */
262 /* Reset Send and Receive Flag */
378 /* Save the pointer to the receive buffer */
415 /*set the completion routines for the LLCP Receive function*/
447 LlcpMac->LlcpMacInterface.receive = phFriNfc_LlcpMac_Nfcip_Receive;
phLlcNfc.c 118 * \brief \b Receive function
121 * the upper layer to receive the information from the the hardware. The
122 * received data will be given through the receive response callback
129 * \param[in] pLlc_Buf The information given by the upper layer to receive data from
197 psReference->plower_if->receive = (pphNfcIF_Transact_t)&phLlcNfc_Receive;
484 PH_LLCNFC_PRINT("Llc Receive called\n");
512 PH_LLCNFC_DEBUG("Llc Receive result : 0x%04X\n", result);
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 304 receive
small-base.conf 304 receive
  /external/libsepol/tests/policies/test-linker/
small-base.conf 304 receive
  /external/zlib/src/
make_vms.com 12 $! 0.01 20060120 First version to receive a number
302 $! 0.01 20041206 First version to receive a number
376 $! 0.01 20040223 First version to receive a number
601 $! 0.01 20031020 First version to receive a number
709 $! 0.01 20031029 First version to receive a number
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 261 // Add listener to receive the feedback info object.
336 // Ready to receive the feedback object.
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 57 @Override public void receive(SpdyStream stream) throws IOException {
137 @Override public void receive(SpdyStream stream) throws IOException {
166 @Override public void receive(SpdyStream stream) throws IOException {
587 @Override public void receive(SpdyStream stream) throws IOException {
    [all...]
  /external/chromium_org/ipc/
ipc_message_utils.cc 245 receive(0),
694 WriteParam(m, p.receive);
709 ReadParam(m, iter, &r->receive) &&
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MulticastSocketTest.java 86 ms.receive(tmpPack);
336 // verify we do not receive the data
358 // we can join on specific interfaces and that we only receive
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin.js 213 * @param {function(string, string):void} onDone, Callback to receive the
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 629 virtual bool SetReceive(bool receive) {
630 set_playout(receive);
    [all...]
  /external/libsepol/tests/policies/test-expander/
small-base.conf 304 receive
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 19 and receive values from the execution engine. It supports only a limited
  /external/qemu/
net-android.c 369 NetReceive *receive,
382 vc->receive = receive;
437 /* no can_receive() handler, they can always receive */
465 len = vc->receive(vc, buf, size);
564 return vc->receive(vc, buffer, offset);
    [all...]
net.c 336 NetReceive *receive,
349 vc->receive = receive;
404 /* no can_receive() handler, they can always receive */
432 len = vc->receive(vc, buf, size);
531 return vc->receive(vc, buffer, offset);
    [all...]
  /external/chromium/net/http/
http_auth_gssapi_posix.cc 869 scoped_sec_context_.receive(),

Completed in 1444 milliseconds

1 2 3 4 56 7 8 9