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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 51 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(
53 EXPECT_TRUE(fake_audio_capture_module_.get() != NULL);
100 talk_base::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:FakeAdmTest
127 EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess());
130 EXPECT_LE(0, fake_audio_capture_module_->Process());
134 EXPECT_EQ(0, fake_audio_capture_module_->RegisterAudioCallback(this));
137 EXPECT_EQ(0, fake_audio_capture_module_->SpeakerIsAvailable(
143 fake_audio_capture_module_->StereoPlayoutIsAvailable(
147 EXPECT_NE(0, fake_audio_capture_module_->StartPlayout());
148 EXPECT_FALSE(fake_audio_capture_module_->PlayoutIsInitialized())
    [all...]
peerconnectiontestwrapper.cc 78 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(
80 if (fake_audio_capture_module_ == NULL) {
86 fake_audio_capture_module_, NULL, NULL);
217 return (fake_audio_capture_module_->frames_received() >=
peerconnectiontestwrapper.h 115 talk_base::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:PeerConnectionTestWrapper
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 197 return number_of_frames <= fake_audio_capture_module_->frames_received();
456 fake_audio_capture_module_ = FakeAudioCaptureModule::Create(
459 if (fake_audio_capture_module_ == NULL) {
466 fake_audio_capture_module_, fake_video_encoder_factory_,
529 // Separate thread for executing |fake_audio_capture_module_| tasks. Audio
547 talk_base::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_; member in class:PeerConnectionTestClientBase
    [all...]

Completed in 118 milliseconds