HomeSort by relevance Sort by last modified time
    Searched refs:receive (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 283 socket.receive(packet);
  /external/okhttp/src/main/java/libcore/net/spdy/
SpdyConnection.java 34 * send and receive data.
249 handler.receive(stream);
  /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/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!");
  /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/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/quake/quake/src/WinQuake/
quake-rogue.spec.sh 49 receive from most enemy attacks. If you're feelin' frisky in Deathmatch,
  /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/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp 303 if (j != knownCharsets().end() && !receiver.receive(j->second.m_name.data(), j->second.m_friendlyName.charactersWithNullTermination(), j->second.m_codePage))
  /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/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(),
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 168 psRefer->plower_if->receive = phDal4Nfc_Read;
    [all...]

Completed in 694 milliseconds

1 2 3 45 6 7