HomeSort by relevance Sort by last modified time
    Searched refs:Sending (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
ping_pong.js 10 test.log('bot:alice > Sending Ping to bot');
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 64 EXPECT_FALSE(module->Sending());
66 EXPECT_TRUE(module->Sending());
  /external/chromium_org/third_party/webrtc/video_engine/
vie_network_impl.cc 81 if (vie_channel->Sending()) {
82 LOG_F(LS_ERROR) << "Already sending on channel: " << video_channel;
101 if (vie_channel->Sending()) {
102 LOG_F(LS_ERROR) << "Actively sending on channel: " << video_channel;
vie_channel.cc 268 if (rtp_rtcp_->Sending() && new_stream) {
325 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
917 if (rtp_rtcp_->Sending()) {
924 assert(!rtp_rtcp_->Sending());
929 assert(!rtp_rtcp_->Sending());
939 if (rtp_rtcp_->Sending()) {
    [all...]
vie_rtp_rtcp_impl.cc 247 if (vie_channel->Sending()) {
248 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
267 if (vie_channel->Sending()) {
268 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
329 if (vie_channel->Sending()) {
330 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
369 if (!vie_channel->Sending()) {
    [all...]
vie_channel.h 276 bool Sending();
  /external/chromium_org/third_party/webrtc/voice_engine/
shared_data.cc 84 if (it.GetChannel()->Sending())
transmit_mixer.cc 310 if (channel->Sending()) {
424 if (channelPtr->Sending())
440 if (channel_ptr->Sending()) {
459 if (channelPtr->Sending())
472 if (channel_ptr && channel_ptr->Sending())
    [all...]
voe_dtmf_impl.cc 78 if (!channelPtr->Sending())
81 "SendTelephoneEvent() sending is not active");
voe_base_impl.cc 229 if (channel_ptr->Sending()) {
713 if (channelPtr->Sending())
748 "StopSend() failed to stop sending for channel %d", channel);
    [all...]
channel.h 90 sending(false),
98 bool sending; member in struct:webrtc::voe::ChannelState::State
143 state_.sending = enable;
446 bool Sending() const
448 return channel_state_.Get().sending;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 259 * Turn on/off sending RTX (RFC 4588). The modes can be set as a combination
264 // Sets the SSRC to use when sending RTX packets. This doesn't enable RTX,
268 // Sets the payload type to use when sending RTX packets. Note that this
273 * Get status of sending RTX (RFC 4588) on a specific SSRC.
281 * sending - on/off
285 virtual int32_t SetSendingStatus(const bool sending) = 0;
290 virtual bool Sending() const = 0;
295 * sending - on/off
299 virtual int32_t SetSendingMediaStatus(const bool sending) = 0;
459 * Reset RTP data counters for the sending sid
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 136 console.debug('Sending message: ' + type);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 110 int32_t(const bool sending));
111 MOCK_CONST_METHOD0(Sending,
114 int32_t(const bool sending));
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 82 bool Sending() const;
353 // True if sending of XR Receiver reference time report is enabled.
rtp_rtcp_impl.cc 135 // for all outgoing messages sending packets etc.
175 if (rtcp_sender_.Sending()) {
449 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) {
450 if (rtcp_sender_.Sending() != sending) {
452 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) {
460 rtp_sender_.SetSendingStatus(sending);
461 if (sending) {
477 bool ModuleRtpRtcpImpl::Sending() const {
478 return rtcp_sender_.Sending();
    [all...]
rtp_rtcp_impl.h 106 virtual int32_t SetSendingStatus(const bool sending) OVERRIDE;
108 virtual bool Sending() const OVERRIDE;
111 virtual int32_t SetSendingMediaStatus(const bool sending) OVERRIDE;
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 256 #pragma mark - Packet Sending Functions
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 124 // Prevent double clicking from sending additional reports.
126 console.log('Feedback: Sending report');
  /external/chromium_org/remoting/webapp/
clipboard.js 101 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 ' +
format_iq.js 603 * @param {boolean} send True if we're sending this stanza; false for receiving.
684 return 'Sending Iq: ' + message;
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 56 // Sending a response may fail if the receiver already went offline.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 417 * Queue command for sending.
477 * 2. Sending a nonce to device, flushing read queue until match.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 87 \section{Sending/receiving flow information.}

Completed in 1707 milliseconds

1 2