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

  /external/webrtc/webrtc/voice_engine/
voe_file_impl.cc 141 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
148 "StartPlayingFileAsMicrophone(channel=%d, fileNameUTF8=%s, "
163 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
169 "StartPlayingFileAsMicrophone() failed to start playing file");
182 "StartPlayingFileAsMicrophone() failed to locate channel");
186 int res = channelPtr->StartPlayingFileAsMicrophone(
192 "StartPlayingFileAsMicrophone() failed to start playing file");
201 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
207 "StartPlayingFileAsMicrophone(channel=%d, stream,"
220 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
    [all...]
transmit_mixer.cc 501 int TransmitMixer::StartPlayingFileAsMicrophone(const char* fileName,
510 "TransmitMixer::StartPlayingFileAsMicrophone("
519 "StartPlayingFileAsMicrophone() is already playing");
542 "StartPlayingFileAsMicrophone() filePlayer format isnot correct");
572 int TransmitMixer::StartPlayingFileAsMicrophone(InStream* stream,
580 "TransmitMixer::StartPlayingFileAsMicrophone(format=%d,"
588 "StartPlayingFileAsMicrophone() NULL as input stream");
596 "StartPlayingFileAsMicrophone() is already playing");
619 "StartPlayingFileAsMicrophone() filePlayer format isnot correct");
    [all...]
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 467 * if (0 != StartPlayingFileAsMicrophone(_channel,
476 // if (0 != StartPlayingFileAsMicrophone(_channel,
    [all...]

Completed in 383 milliseconds