/external/webrtc/webrtc/voice_engine/ |
D | voe_file_impl.cc | 141 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() function in webrtc::VoEFileImpl 163 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone( in StartPlayingFileAsMicrophone() 186 int res = channelPtr->StartPlayingFileAsMicrophone( in StartPlayingFileAsMicrophone() 201 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() function in webrtc::VoEFileImpl 220 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone( in StartPlayingFileAsMicrophone() 242 int res = channelPtr->StartPlayingFileAsMicrophone( in StartPlayingFileAsMicrophone()
|
D | voe_file_impl.h | 44 int StartPlayingFileAsMicrophone(int channel, 51 int StartPlayingFileAsMicrophone(int channel,
|
D | transmit_mixer.h | 101 int StartPlayingFileAsMicrophone(const char* fileName, 109 int StartPlayingFileAsMicrophone(InStream* stream,
|
D | channel.h | 246 int StartPlayingFileAsMicrophone(const char* fileName, bool loop, 252 int StartPlayingFileAsMicrophone(InStream* stream,
|
D | transmit_mixer.cc | 501 int TransmitMixer::StartPlayingFileAsMicrophone(const char* fileName, in StartPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer 572 int TransmitMixer::StartPlayingFileAsMicrophone(InStream* stream, in StartPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
|
D | channel.cc | 2062 int Channel::StartPlayingFileAsMicrophone(const char* fileName, in StartPlayingFileAsMicrophone() function in webrtc::voe::Channel 2131 int Channel::StartPlayingFileAsMicrophone(InStream* stream, in StartPlayingFileAsMicrophone() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_file.h | 89 virtual int StartPlayingFileAsMicrophone( 99 virtual int StartPlayingFileAsMicrophone(
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | file_test.cc | 77 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in TEST_F()
|
D | mixing_test.cc | 192 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(stream, in StartRemoteStream()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 43 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in RestartFakeMicrophone()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_cpu_test.cc | 79 CHECK(file->StartPlayingFileAsMicrophone(channel, _mgr.AudioFilename(), in DoTest()
|
D | voe_output_test.cc | 114 ASSERT_EQ(0, manager_.FilePtr()->StartPlayingFileAsMicrophone( in Start()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 189 MOCK_METHOD6(StartPlayingFileAsMicrophone, 196 MOCK_METHOD5(StartPlayingFileAsMicrophone,
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 718 res = file->StartPlayingFileAsMicrophone(chan, mic_filename.c_str(), in RunTest() 724 res = file->StartPlayingFileAsMicrophone(chan, play_filename.c_str(), in RunTest() 742 res = file->StartPlayingFileAsMicrophone(channels[channel_index], in RunTest()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
D | conference_transport.cc | 236 EXPECT_EQ(0, remote_file_->StartPlayingFileAsMicrophone( in AddStream()
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 1150 private native int StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() method in AndroidTest
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
D | android_test.cc | 1066 jint retVal = veData1.file->StartPlayingFileAsMicrophone(channel, in Java_org_webrtc_voiceengine_test_AndroidTest_StartPlayingFileAsMicrophone()
|