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

  /external/webrtc/webrtc/voice_engine/include/
voe_file.h 27 // file->StartPlayingFileAsMicrophone(ch, "data_file_16kHz.pcm", true);
89 virtual int StartPlayingFileAsMicrophone(
99 virtual int StartPlayingFileAsMicrophone(
  /external/webrtc/webrtc/voice_engine/
voe_file_impl.h 44 int StartPlayingFileAsMicrophone(int channel,
51 int StartPlayingFileAsMicrophone(int channel,
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.h 101 int StartPlayingFileAsMicrophone(const char* fileName,
109 int StartPlayingFileAsMicrophone(InStream* stream,
channel.h 246 int StartPlayingFileAsMicrophone(const char* fileName, bool loop,
252 int StartPlayingFileAsMicrophone(InStream* stream,
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/auto_test/fixtures/
before_streaming_fixture.cc 43 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 77 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(
mixing_test.cc 192 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(stream,
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 79 CHECK(file->StartPlayingFileAsMicrophone(channel, _mgr.AudioFilename(),
voe_output_test.cc 114 ASSERT_EQ(0, manager_.FilePtr()->StartPlayingFileAsMicrophone(
  /external/webrtc/webrtc/test/
mock_voice_engine.h 189 MOCK_METHOD6(StartPlayingFileAsMicrophone,
196 MOCK_METHOD5(StartPlayingFileAsMicrophone,
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.cc 236 EXPECT_EQ(0, remote_file_->StartPlayingFileAsMicrophone(
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 718 res = file->StartPlayingFileAsMicrophone(chan, mic_filename.c_str(),
724 res = file->StartPlayingFileAsMicrophone(chan, play_filename.c_str(),
742 res = file->StartPlayingFileAsMicrophone(channels[channel_index],
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 1066 jint retVal = veData1.file->StartPlayingFileAsMicrophone(channel,
    [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 716 milliseconds