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

  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 52 fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
53 EXPECT_TRUE(fake_audio_capture_module_.get() != NULL);
112 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:FakeAdmTest
141 EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess());
144 EXPECT_LE(0, fake_audio_capture_module_->Process());
148 EXPECT_EQ(0, fake_audio_capture_module_->RegisterAudioCallback(this));
152 fake_audio_capture_module_->StereoPlayoutIsAvailable(
156 EXPECT_NE(0, fake_audio_capture_module_->StartPlayout());
157 EXPECT_FALSE(fake_audio_capture_module_->PlayoutIsInitialized());
158 EXPECT_FALSE(fake_audio_capture_module_->Playing())
    [all...]
peerconnectiontestwrapper.cc 78 fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
79 if (fake_audio_capture_module_ == NULL) {
85 fake_audio_capture_module_, NULL, NULL);
234 return (fake_audio_capture_module_->frames_received() >=
peerconnectiontestwrapper.h 111 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:PeerConnectionTestWrapper
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 448 return number_of_frames <= fake_audio_capture_module_->frames_received();
452 return fake_audio_capture_module_->frames_received();
745 fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
747 if (fake_audio_capture_module_ == nullptr) {
754 fake_audio_capture_module_, fake_video_encoder_factory_,
897 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:PeerConnectionTestClient
    [all...]

Completed in 650 milliseconds