Searched defs:StartSend (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java471 if (0 != StartSend(_channel)) {
1132 private native int StartSend(int channel); method in class:AndroidTest
/external/webrtc/webrtc/voice_engine/
H A Dvoe_base_impl.cc539 int VoEBaseImpl::StartSend(int channel) { function in class:webrtc::VoEBaseImpl
549 "StartSend() failed to locate channel");
555 if (StartSend() != 0) {
557 "StartSend() failed to start recording");
560 return channelPtr->StartSend();
625 int32_t VoEBaseImpl::StartSend() { function in class:webrtc::VoEBaseImpl
H A Dchannel.cc1249 Channel::StartSend() function in class:webrtc::voe::Channel
1252 "Channel::StartSend()");
1268 "StartSend() RTP/RTCP failed to start sending");
1289 // the next StartSend(). This is needed for restarting device, otherwise
1302 "StartSend() RTP/RTCP failed to stop sending");
/external/webrtc/webrtc/video/
H A Dvie_channel.cc370 // Cache which modules are active so StartSend can know which ones to start.
887 int32_t ViEChannel::StartSend() { function in class:webrtc::ViEChannel

Completed in 77 milliseconds