Searched defs:StopSend (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_video_channel.cc72 void TbVideoChannel::StopSend() { function in class:TbVideoChannel
73 EXPECT_EQ(0, ViE.base->StopSend(videoChannel));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc277 int ViEBaseImpl::StopSend(const int video_channel) { function in class:webrtc::ViEBaseImpl
278 LOG_F(LS_INFO) << "StopSend " << video_channel;
287 int32_t error = vie_channel->StopSend();
H A Dvie_channel.cc1295 int32_t ViEChannel::StopSend() { function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc582 if (StopSend() != 0)
726 int VoEBaseImpl::StopSend(int channel) function in class:webrtc::VoEBaseImpl
729 "StopSend(channel=%d)", channel);
741 "StopSend() failed to locate channel");
744 if (channelPtr->StopSend() != 0)
748 "StopSend() failed to stop sending for channel %d", channel);
750 return StopSend();
929 int32_t VoEBaseImpl::StopSend() function in class:webrtc::VoEBaseImpl
932 "VoEBaseImpl::StopSend()");
941 "StopSend() faile
[all...]
H A Dtransmit_mixer.cc492 TransmitMixer::StopSend() function in class:webrtc::voe::TransmitMixer
495 "TransmitMixer::StopSend()");
H A Dchannel.cc982 StopSend();
1310 // Resume the previous sequence number which was reset by StopSend().
1335 Channel::StopSend() function in class:webrtc::voe::Channel
1338 "Channel::StopSend()");
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java502 if (0 != StopSend(_channel)) {
1138 private native int StopSend(int channel); method in class:AndroidTest
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc1876 if (!StopSend()) {
1970 StopSend(send_channel);
2180 bool WebRtcVideoMediaChannel::StopSend() { function in class:cricket::WebRtcVideoMediaChannel
2185 if (!StopSend(send_channel)) {
2192 bool WebRtcVideoMediaChannel::StopSend( function in class:cricket::WebRtcVideoMediaChannel
2195 if (engine()->vie()->base()->StopSend(channel_id) != 0) {
2196 LOG_RTCERR1(StopSend, channel_id);

Completed in 167 milliseconds