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

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 40 EXPECT_EQ(0, voe_file_->StartRecordingMicrophone(recording_filename.c_str()));
42 EXPECT_EQ(0, voe_file_->StopRecordingMicrophone());
45 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(
51 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_));
63 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(
66 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_));
69 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(
74 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
77 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
file_before_streaming_test.cc 54 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1,
57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1));
106 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(
108 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_));
118 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_));
119 EXPECT_EQ(0, voe_file_->IsPlayingFileLocally(channel_));
124 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(
126 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_));
131 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_));
mixing_test.cc 87 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1 /* record meeting */,
93 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1));
142 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(streams[i],
191 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(stream,
audio_processing_test.cc 113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_));
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc 26 voe_file_->StopPlayingFileAsMicrophone(channel_);
35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_));
43 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(
before_initialization_fixture.h 66 webrtc::VoEFile* voe_file_; member in class:BeforeInitializationFixture
before_initialization_fixture.cc 26 voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_);
41 voe_file_->Release();
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 162 return voe_file_;
191 VoEFile* voe_file_; member in class:voetest::VoETestManager
voe_standard_test.cc 101 voe_file_(0),
146 voe_file_ = VoEFile::GetInterface(voice_engine_);
202 if (voe_file_) {
203 voe_file_->Release();
204 voe_file_ = NULL;

Completed in 753 milliseconds