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

1 2

  /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 221 if (rtp_rtcp_->Sending() && new_stream) {
251 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
284 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
910 if (rtp_rtcp_->Sending()) {
917 if (rtp_rtcp_->Sending()) {
    [all...]
vie_channel.h 272 bool Sending();
vie_rtp_rtcp_impl.cc 247 if (vie_channel->Sending()) {
248 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
305 if (vie_channel->Sending()) {
306 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
360 if (!vie_channel->Sending()) {
    [all...]
vie_encoder.cc 368 // Set this module as sending right away, let the slave module in the channel
369 // start and stop sending.
370 if (default_rtp_rtcp_->Sending() == false) {
871 // Disable padding if only sending one stream and video isn't suspended and
  /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 88 sending(false),
96 bool sending; member in struct:webrtc::voe::ChannelState::State
141 state_.sending = enable;
446 bool Sending() const
448 return channel_state_.Get().sending;
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 59 * @param {function(Object)} sendResponse Callback for sending a response.
64 console.log('FEEDBACK_DEBUG: FeedbackUI Ready. Sending feedbackInfo.');
75 * @param {function(Object)} sendResponse Callback for sending a response.
feedback.js 124 // Prevent double clicking from sending additional reports.
126 console.log('Feedback: Sending report');
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 252 * Turn on/off sending RTX (RFC 4588). The modes can be set as a combination
257 // Sets the SSRC to use when sending RTX packets. This doesn't enable RTX,
261 // Sets the payload type to use when sending RTX packets. Note that this
266 * Get status of sending RTX (RFC 4588) on a specific SSRC.
274 * sending - on/off
278 virtual int32_t SetSendingStatus(const bool sending) = 0;
283 virtual bool Sending() const = 0;
288 * sending - on/off
292 virtual int32_t SetSendingMediaStatus(const bool sending) = 0;
470 * Reset RTP data counters for the sending sid
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 86 bool Sending() const;
340 // True if sending of XR Receiver reference time report is enabled.
rtp_rtcp_impl.cc 130 // for all outgoing messages sending packets etc.
170 if (rtcp_sender_.Sending()) {
392 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) {
393 if (rtcp_sender_.Sending() != sending) {
396 if (rtcp_sender_.SetSendingStatus(feedback_state, sending) != 0) {
404 rtp_sender_.SetSendingStatus(sending);
405 if (sending) {
421 bool ModuleRtpRtcpImpl::Sending() const {
422 return rtcp_sender_.Sending();
    [all...]
rtp_rtcp_impl.h 104 virtual int32_t SetSendingStatus(const bool sending) OVERRIDE;
106 virtual bool Sending() const OVERRIDE;
109 virtual int32_t SetSendingMediaStatus(const bool sending) OVERRIDE;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 144 console.debug('Sending message: ' + type);
  /external/chromium_org/remoting/webapp/
client_screen.js 86 console.log('Sending Ctrl-Alt-Del.');
98 console.log('Sending Print Screen.');
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 ' +
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 96 int32_t(const bool sending));
97 MOCK_CONST_METHOD0(Sending,
100 int32_t(const bool sending));
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 256 #pragma mark - Packet Sending Functions
  /frameworks/base/docs/html/training/
training_toc.cs 178 <li><a href="<?cs var:toroot ?>training/basics/intents/sending.html">
179 Sending the User to Another App
214 Sending Simple Data to Other Apps
270 >Sending Files to Another Device</a>
621 Sending a Simple Request
817 >Sending and Syncing Data</a>
830 <a href="<?cs var:toroot ?>training/wearables/data-layer/messages.html">Sending and Receiving Messages</a>
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 57 // Sending a response may fail if the receiver already went offline.

Completed in 366 milliseconds

1 2