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

1 2

  /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
  /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/toolchain-utils/
test_gdb_dejagnu.py 97 # Do not propagate this email sending exception, you want to email an
99 print('Sending email failed - {0}'
test_gcc_dejagnu.py 145 # Do not propagate this email sending exception, you want to email an
147 print('Sending email failed - {0}'
  /prebuilts/go/darwin-x86/src/net/url/
example_test.go 63 // Sending a literal '%' in an HTTP request's Path
  /prebuilts/go/linux-x86/src/net/url/
example_test.go 63 // 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());
  /prebuilts/go/darwin-x86/src/math/big/
intmarsh_test.go 51 // Sending a nil Int pointer (inside a slice) on a round trip through gob should yield a zero.
ratmarsh_test.go 38 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
  /prebuilts/go/linux-x86/src/math/big/
intmarsh_test.go 51 // Sending a nil Int pointer (inside a slice) on a round trip through gob should yield a zero.
ratmarsh_test.go 38 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
  /external/autotest/server/hosts/
cros_repair.py 260 Repair a Chrome device by sending a system request to the kernel.
262 Sending 3 times the Alt+VolUp+x key combination (aka sysrq-x)
  /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/
exec.go 119 // Sending Interrupt on Windows is not implemented.
  /prebuilts/go/linux-x86/src/os/
exec.go 119 // Sending Interrupt on Windows is not implemented.

Completed in 914 milliseconds

1 2