Searched refs:Sending (Results 1 - 21 of 21) sorted by relevance

/external/curl/docs/cmdline-opts/
H A Dnegotiate.d12 the authentication code properly. Sending a '-u :' is enough as the user name
/external/webrtc/webrtc/voice_engine/
H A Dshared_data.cc81 if (it.GetChannel()->Sending())
H A Dvoe_dtmf_impl.cc69 if (!channelPtr->Sending()) {
H A Dtransmit_mixer.cc310 if (channel->Sending()) {
425 if (channelPtr->Sending())
441 if (channel_ptr->Sending()) {
460 if (channelPtr->Sending())
473 if (channel_ptr && channel_ptr->Sending())
H A Dvoe_base_impl.cc157 if (channel_ptr->Sending()) {
552 if (channelPtr->Sending()) {
H A Dchannel.h422 bool Sending() const function in class:webrtc::voe::Channel
H A Dchannel.cc2505 if (!Sending()) {
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc121 EXPECT_FALSE(module_->Sending());
123 EXPECT_TRUE(module_->Sending());
/external/webrtc/webrtc/video/
H A Dvie_channel.cc358 bool is_sending = rtp_rtcp_modules_[0]->Sending();
718 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
726 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
738 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
890 if (rtp_rtcp_modules_[0]->Sending())
907 if (!rtp_rtcp_modules_[0]->Sending()) {
917 bool ViEChannel::Sending() { function in class:webrtc::ViEChannel
918 return rtp_rtcp_modules_[0]->Sending();
H A Dvie_channel.h202 bool Sending();
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc130 if (rtcp_sender_.Sending()) {
190 if (!rtcp_sender_.Sending() || state.packets_sent > 0)
361 if (rtcp_sender_.Sending() != sending) {
388 bool ModuleRtpRtcpImpl::Sending() const { function in class:webrtc::ModuleRtpRtcpImpl
389 return rtcp_sender_.Sending();
H A Drtcp_sender.h86 bool Sending() const;
H A Drtp_rtcp_impl.h101 bool Sending() const override;
H A Drtcp_sender_unittest.cc271 EXPECT_FALSE(rtcp_sender_->Sending());
273 EXPECT_TRUE(rtcp_sender_->Sending());
H A Drtcp_sender.cc221 bool RTCPSender::Sending() const { function in class:webrtc::RTCPSender
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h263 virtual bool Sending() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h109 MOCK_CONST_METHOD0(Sending,
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h256 #pragma mark - Packet Sending Functions
H A DDNSCommon.c2589 #pragma mark - Packet Sending Functions
H A DmDNS.c1602 #pragma mark - Packet Sending Functions
2086 LogSPS("SendResponses: Sending wakeup %2d for %.6a %s", rr->AnnounceCount-3, &rr->WakeUp.IMAC, ARDisplayString(m, rr));
2201 if (rr->ImmedAnswer == mDNSInterfaceMark) // Sending this record on all appropriate interfaces
2416 debugf("SendResponses: Sending %d Deregistration%s, %d Announcement%s, %d Answer%s, %d Additional%s on %p",
2870 debugf("Sending %d%% cache expiration query for %s", 80 + 5 * cr->UnansweredQueries, CRDisplayString(m, cr));
2966 // Sending third query, and no answers yet; time to begin doubting the source
3195 debugf("SendQueries: Sending %d Question%s %d Answer%s %d Update%s on %p",
4910 LogSPS("SendSPSRegistration: Sending Update %s %d (%d) id %5d with %d records %d bytes to %#a:%d", intf->ifname, intf->NextSPSAttempt, sps,
11417 if (m->ResourceRecords) LogInfo("mDNS_StartExit: Sending final record deregistrations");
/external/blktrace/btt/doc/
H A Dbtt.tex1039 Sending range data to bttX.dat
1040 Sending stats data to bttX.avg

Completed in 1583 milliseconds