Searched refs:fake_audio_capture_module_ (Results 1 – 4 of 4) sorted by relevance
52 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(); in SetUp()53 EXPECT_TRUE(fake_audio_capture_module_.get() != NULL); in SetUp()112 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in FakeAdmTest141 EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess()); in TEST_F()144 EXPECT_LE(0, fake_audio_capture_module_->Process()); in TEST_F()148 EXPECT_EQ(0, fake_audio_capture_module_->RegisterAudioCallback(this)); in TEST_F()152 fake_audio_capture_module_->StereoPlayoutIsAvailable( in TEST_F()156 EXPECT_NE(0, fake_audio_capture_module_->StartPlayout()); in TEST_F()157 EXPECT_FALSE(fake_audio_capture_module_->PlayoutIsInitialized()); in TEST_F()158 EXPECT_FALSE(fake_audio_capture_module_->Playing()); in TEST_F()[all …]
78 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(); in CreatePc()79 if (fake_audio_capture_module_ == NULL) { in CreatePc()85 fake_audio_capture_module_, NULL, NULL); in CreatePc()234 return (fake_audio_capture_module_->frames_received() >= in CheckForAudio()
111 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; variable
448 return number_of_frames <= fake_audio_capture_module_->frames_received(); in AudioFramesReceivedCheck()452 return fake_audio_capture_module_->frames_received(); in audio_frames_received()745 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(); in Init()747 if (fake_audio_capture_module_ == nullptr) { in Init()754 fake_audio_capture_module_, fake_video_encoder_factory_, in Init()897 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in PeerConnectionTestClient