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

1 23 4

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 112 struct rpc_wait_queue sending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
xprt.h 112 struct rpc_wait_queue sending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
xprt.h 112 struct rpc_wait_queue sending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
xprt.h 112 struct rpc_wait_queue sending; member in struct:rpc_xprt
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 31 // We'll try sending the entire exception. If that doesn't work, it's ok.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 43 RemoteAdtTestRunner_RunShellCommandUnresponsiveException=Device stopped sending output
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 292 "received", "sending", "requesting", "sent",
303 int sending = PERF_IsSending(modulesAndFlags); local
312 (xfering || !sending) ? " from " : " to ",
480 unsigned long sending = PERF_GetXferSendRecv(eModuleAndFlags); local
482 if ((me->encoder || me->decoder) && !PERF_IsXfering(sending))
484 /* reverse sending direction to common layer or socket node */
488 sending ^= PERF_FlagSending;
491 if ((me->encoder && (sending == PERF_FlagSending)) ||
492 (me->decoder && (sending == PERF_FlagReceived)))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 581 EXPECT_FALSE(media_channel1_->sending());
760 // Update the local streams by adding another sending stream.
772 // Update the local streams by removing the first sending stream.
828 // Update the remote streams by adding another sending stream.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 198 std::cerr << " pcp [options] <my_jid> <src_file> <dst_full_jid>:<dst_file> (client sending)" << std::endl;
686 bool sending; local
692 sending = true;
698 sending = false;
700 success = pump.ProcessStream(stream, filename, sending);
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 87 // All the links are handled by javascript sending commands back to the C++
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 486 'Requested send_message after sending out a closing handshake')
807 # For now, we expect receiving closing handshake right after sending
841 """Drains unread data in the receive buffer to avoid sending out TCP
  /external/chromium_org/remoting/webapp/
client_plugin.js 174 * Requests that the host pause or resume sending video updates.
182 * Requests that the host pause or resume sending audio updates.
clipboard.js 102 console.log('Sending clipboard to host.');
160 * Initiates the process of sending any fresh items on the OS clipboard, to the
175 * Initiates the process of sending any items freshly received from the host,
log_to_server.js 7 * Module for sending log entries to the server.
185 console.log('Sending ' + this.pendingEntries.length + ' log ' +
third_party_token_fetcher.js 115 // explicitly, by sending the 'code' and a 'client_secret' to the server).
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc 192 if (send == sending()) {
hybridvideoengine.h 99 bool sending() const { return sending_; } function in class:cricket::HybridVideoMediaChannel
videoengine_unittest.h 524 bool sending = channel_->sending(); local
529 success = SetSend(sending);
702 EXPECT_FALSE(channel_->sending());
705 EXPECT_FALSE(channel_->sending());
707 EXPECT_TRUE(channel_->sending());
711 EXPECT_FALSE(channel_->sending());
715 EXPECT_FALSE(channel_->sending());
717 EXPECT_FALSE(channel_->sending());
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 141 struct rpc_wait_queue sending; /* requests waiting to send */ member in struct:rpc_xprt
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hybi.py 502 'Requested send_message after sending out a closing handshake')
641 # RST sending.
853 # For now, we expect receiving closing handshake right after sending
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 245 bool sending() const { return sending_; } function in class:cricket::WebRtcVideoMediaChannel
314 // remote ssrc. If |sending| is true the ssrc is local ssrc. If both
315 // |receiving| and |sending| is true the ssrc must be 0 and the channel will
348 // Helper function for starting the sending of media on all channels or
352 // Helper function for stop the sending of media on all channels or
webrtcvoiceengine.h 360 bool sending() const { return send_ != SEND_NOTHING; } function in class:cricket::WebRtcVoiceMediaChannel
408 // send_channels_ contains the channels which are being used for sending.
409 // When the default channel (voe_channel) is used for sending, it is
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 108 // method and start sending data from its callback.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css 251 .resource-timing-view .network-timing-bar.sending {
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 648 * Called after sending the 'getLabelMap' message.
667 * Called after sending the 'getInputMethodId' message.

Completed in 644 milliseconds

1 23 4