OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopPlayout
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc
150
EXPECT_EQ(0, fake_audio_capture_module_->
StopPlayout
());
166
EXPECT_EQ(0, fake_audio_capture_module_->
StopPlayout
());
210
EXPECT_EQ(0, fake_audio_capture_module_->
StopPlayout
());
fakeaudiocapturemodule.h
121
virtual int32_t
StopPlayout
();
fakeaudiocapturemodule.cc
260
int32_t FakeAudioCaptureModule::
StopPlayout
() {
/external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h
277
virtual int32_t
StopPlayout
() OVERRIDE;
webrtc_audio_device_impl.cc
197
StopPlayout
();
252
int32_t WebRtcAudioDeviceImpl::
StopPlayout
() {
253
DVLOG(1) << "WebRtcAudioDeviceImpl::
StopPlayout
()";
webrtc_audio_device_unittest.cc
406
EXPECT_EQ(0, base->
StopPlayout
(channel));
562
EXPECT_EQ(0, base->
StopPlayout
(ch));
735
EXPECT_EQ(0, base->
StopPlayout
(ch));
829
EXPECT_EQ(0, base->
StopPlayout
(ch));
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc
248
//
StopPlayout
() while deleting the channel. We should fix the bug
281
if (engine_->voe_sc()->base()->
StopPlayout
(webrtc_channel_) == -1) {
282
LOG_RTCERR1(
StopPlayout
, webrtc_channel_);
[
all
...]
fakewebrtcvoiceengine.h
338
WEBRTC_FUNC(
StopPlayout
, (int channel)) {
[
all
...]
Completed in 347 milliseconds