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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 147 EXPECT_NE(0, fake_audio_capture_module_->StartPlayout());
156 EXPECT_EQ(0, fake_audio_capture_module_->StartPlayout());
202 EXPECT_EQ(0, fake_audio_capture_module_->StartPlayout());
fakeaudiocapturemodule.h 118 virtual int32_t StartPlayout();
fakeaudiocapturemodule.cc 244 int32_t FakeAudioCaptureModule::StartPlayout() {
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h 29 // WebRtcAudioDeviceImpl::StartPlayout() and
48 // base->StartPlayout(ch);
273 virtual int32_t StartPlayout() OVERRIDE;
webrtc_audio_device_unittest.cc 360 EXPECT_EQ(0, base->StartPlayout(channel));
488 // Verify that a call to webrtc::VoEBase::StartPlayout() starts audio output
543 EXPECT_EQ(0, base->StartPlayout(ch));
714 EXPECT_EQ(0, base->StartPlayout(ch));
823 EXPECT_EQ(0, base->StartPlayout(ch));
    [all...]
webrtc_audio_device_impl.cc 240 int32_t WebRtcAudioDeviceImpl::StartPlayout() {
241 DVLOG(1) << "WebRtcAudioDeviceImpl::StartPlayout()";
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 242 if (engine_->voe_sc()->base()->StartPlayout(webrtc_channel_) == -1) {
243 LOG_RTCERR1(StartPlayout, webrtc_channel_);
    [all...]
fakewebrtcvoiceengine.h 292 WEBRTC_FUNC(StartPlayout, (int channel)) {
298 // When playout_fail_channel_ == channel, fail the StartPlayout on this
    [all...]

Completed in 2058 milliseconds