HomeSort by relevance Sort by last modified time
    Searched defs:StopSend (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 454 if (StopSend() != 0) {
563 int VoEBaseImpl::StopSend(int channel) {
573 "StopSend() failed to locate channel");
576 if (channelPtr->StopSend() != 0) {
577 LOG_F(LS_WARNING) << "StopSend() failed to stop sending for channel "
580 return StopSend();
639 int32_t VoEBaseImpl::StopSend() {
645 "StopSend() failed to stop recording");
648 shared_->transmit_mixer()->StopSend();
transmit_mixer.cc 493 TransmitMixer::StopSend()
496 "TransmitMixer::StopSend()");
    [all...]
channel.cc     [all...]
  /external/webrtc/webrtc/video/
vie_channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 502 if (0 != StopSend(_channel)) {
    [all...]

Completed in 498 milliseconds