/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;
|
/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();
|
/prebuilts/go/darwin-x86/src/net/url/ |
example_test.go | 62 // Sending a literal '%' in an HTTP request's Path
|
/prebuilts/go/linux-x86/src/net/url/ |
example_test.go | 62 // Sending a literal '%' in an HTTP request's Path
|
/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());
|
/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
|
/prebuilts/go/darwin-x86/src/os/ |
doc.go | 49 // Sending Interrupt on Windows is not implemented.
|
/prebuilts/go/linux-x86/src/os/ |
doc.go | 49 // Sending Interrupt on Windows is not implemented.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 307 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp.go | 291 // fields such as "From", "To", "Subject", and "Cc". Sending "Bcc"
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 307 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|