Home
last modified time | relevance | path

Searched refs:voe_file_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_test.cc47 EXPECT_EQ(0, voe_file_->StartRecordingMicrophone(recording_filename.c_str()));
49 EXPECT_EQ(0, voe_file_->StopRecordingMicrophone());
52 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(
58 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_));
71 EXPECT_EQ(0, voe_file_->StartRecordingPlayout( in TEST_F()
74 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_)); in TEST_F()
77 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in TEST_F()
82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
Dfile_before_streaming_test.cc54 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1, in RecordOutput()
57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RecordOutput()
106 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally( in TEST_F()
108 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
118 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F()
119 EXPECT_EQ(0, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
124 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally( in TEST_F()
126 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
131 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F()
Dmixing_test.cc93 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1 /* record meeting */, in RunMixingTest()
99 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RunMixingTest()
148 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(streams[i], in StartLocalStreams()
192 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(stream, in StartRemoteStream()
Daudio_processing_test.cc113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in TryDetectingSilence()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc101 voe_file_(0), in VoETestManager()
138 voe_file_ = VoEFile::GetInterface(voice_engine_); in GetInterfaces()
194 if (voe_file_) { in ReleaseInterfaces()
195 voe_file_->Release(); in ReleaseInterfaces()
196 voe_file_ = NULL; in ReleaseInterfaces()
Dvoe_standard_test.h161 return voe_file_; in FilePtr()
190 VoEFile* voe_file_; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc26 voe_file_->StopPlayingFileAsMicrophone(channel_); in ~BeforeStreamingFixture()
35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in SwitchToManualMicrophone()
43 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in RestartFakeMicrophone()
Dbefore_initialization_fixture.cc26 voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_); in BeforeInitializationFixture()
41 voe_file_->Release(); in ~BeforeInitializationFixture()
Dbefore_initialization_fixture.h65 webrtc::VoEFile* voe_file_; variable