/external/webrtc/webrtc/voice_engine/ |
shared_data.cc | 81 if (it.GetChannel()->Sending())
|
voe_dtmf_impl.cc | 69 if (!channelPtr->Sending()) { 71 "SendTelephoneEvent() sending is not active");
|
transmit_mixer.cc | 310 if (channel->Sending()) { 425 if (channelPtr->Sending()) 441 if (channel_ptr->Sending()) { 460 if (channelPtr->Sending()) 473 if (channel_ptr && channel_ptr->Sending()) [all...] |
voe_base_impl.cc | 157 if (channel_ptr->Sending()) { 552 if (channelPtr->Sending()) { 577 LOG_F(LS_WARNING) << "StopSend() failed to stop sending for channel " 739 // Copy the audio frame to each sending channel and perform
|
channel.h | 94 sending(false), 102 bool sending; member in struct:webrtc::voe::ChannelState::State 147 state_.sending = enable; 422 bool Sending() const 424 return channel_state_.Get().sending;
|
channel.cc | 703 // This is not needed on sending side, since the codec will [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api.cc | 121 EXPECT_FALSE(module_->Sending()); 123 EXPECT_TRUE(module_->Sending());
|
/external/webrtc/webrtc/video/ |
vie_channel.cc | 357 // sending status. 358 bool is_sending = rtp_rtcp_modules_[0]->Sending(); 401 // Update the packet and payload routers with the sending RtpRtcp modules. 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()) [all...] |
vie_channel.h | 202 bool Sending();
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_impl.cc | 130 if (rtcp_sender_.Sending()) { 186 // For sending streams, make sure to not send a SR before media has been sent. 189 // Prevent sending streams to send SR before any media has been sent. 190 if (!rtcp_sender_.Sending() || state.packets_sent > 0) 360 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) { 361 if (rtcp_sender_.Sending() != sending) { 363 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) { 371 rtp_sender_.SetSendingStatus(sending); 372 if (sending) { [all...] |
rtcp_sender.h | 86 bool Sending() const; 262 // True if sending of XR Receiver reference time report is enabled.
|
rtp_rtcp_impl.h | 99 int32_t SetSendingStatus(bool sending) override; 101 bool Sending() const override; 104 void SetSendingMediaStatus(bool sending) override;
|
rtcp_sender_unittest.cc | 271 EXPECT_FALSE(rtcp_sender_->Sending()); 273 EXPECT_TRUE(rtcp_sender_->Sending());
|
rtcp_sender.cc | 221 bool RTCPSender::Sending() const { 227 bool sending) { 233 if (sending == false && sending_ == true) { 238 sending_ = sending; 617 // Before sending the TMMBR check the received TMMBN, only an owner is 751 // TODO(sprang): Merge XR report sending to contain all of RRTR, DLRR, VOIP? [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp.h | 227 * Turn on/off sending RTX (RFC 4588). The modes can be set as a combination 233 * Get status of sending RTX (RFC 4588). The returned value can be 238 // Sets the SSRC to use when sending RTX packets. This doesn't enable RTX, 242 // Sets the payload type to use when sending RTX packets. Note that this 247 // Gets the payload type pair of (RTX, associated) to use when sending RTX 254 * sending - on/off 258 virtual int32_t SetSendingStatus(bool sending) = 0; 263 virtual bool Sending() const = 0; 268 * sending - on/off 270 virtual void SetSendingMediaStatus(bool sending) = 0 [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
mock_rtp_rtcp.h | 108 int32_t(const bool sending)); 109 MOCK_CONST_METHOD0(Sending, 111 MOCK_METHOD1(SetSendingMediaStatus, void(const bool sending));
|
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 256 #pragma mark - Packet Sending Functions
|
DNSCommon.c | [all...] |
mDNS.c | 586 // This means that because the announce interval is doubled after sending the first packet, the first 608 // When sending a unique record, all other records matching "SameResourceRecordSignature" must also be sent [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 203 <li><a href="<?cs var:toroot ?>training/basics/intents/sending.html" 210 Sending the User to Another App 281 Sending Simple Data to Other Apps 337 >Sending Files to Another Device</a> 717 Sending a Simple Request [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 87 \section{Sending/receiving flow information.}
|
/external/blktrace/btt/doc/ |
btt.tex | [all...] |