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

1 2 3 4 56 7 8 9

  /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 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 475 bool SctpDataMediaChannel::SetReceive(bool receive) {
476 receiving_ = receive;
580 // peers to each make a connect call, but for them not to receive an INIT
772 // one back. Both sides get this SCTP_STREAM_RESET_EVENT when they receive
799 // closing sid k will make each side receive INCOMING and OUTGOING reset
    [all...]
  /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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 46 * send and receive data.
114 /** Settings we receive from the peer. */
302 SpdyConnection.this.wait(); // Wait until we receive a WINDOW_UPDATE.
620 handler.receive(newStream);
703 ping.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/chromeos/chromevox/liblouis_nacl/
liblouis.js 137 * Callback which will receive the translator, or {@code null} on failure.
171 * @param {function(!Object)} callback Callback to receive the reply.
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 250 // Add listener to receive the feedback info object.
325 // Ready to receive the feedback object.
  /external/chromium_org/ipc/
ipc_message_utils.cc 245 receive(0),
694 WriteParam(m, p.receive);
709 ReadParam(m, iter, &r->receive) &&
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llhidgnubby.js 29 this.closing = false; // device to be closed by receive loop.
183 chrome.hid.receive(
  /external/deqp/executor/
xeTcpIpLink.cpp 311 // Try to receive missing bytes.
320 result = m_socket.receive(&m_curMsgBuf[m_curMsgPos], bytesToRecv, &numRecv);
354 // \note Socket must be closed before terminating receive thread.
506 // \todo [2012-07-10 pyry] Do we need to reset send/receive buffers?
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 50 * extension being ready to receive messages (i.e. before it has finished
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 672 virtual bool SetReceive(bool receive) {
673 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/
net-android.c 344 NetReceive *receive,
357 vc->receive = receive;
412 /* no can_receive() handler, they can always receive */
440 len = vc->receive(vc, buf, size);
539 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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 149 @Override public void receive(SpdyStream stream) throws IOException {
178 @Override public void receive(SpdyStream stream) throws IOException {
717 @Override public void receive(SpdyStream stream) throws IOException {
    [all...]

Completed in 830 milliseconds

1 2 3 4 56 7 8 9