OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSoundDevices
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcmediaengine.h
109
virtual bool
SetSoundDevices
(
111
return delegate_->
SetSoundDevices
(in_device, out_device);
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h
121
virtual bool
SetSoundDevices
(const Device* in_device,
197
virtual bool
SetSoundDevices
(const Device* in_device,
filemediaengine.h
91
virtual bool
SetSoundDevices
(const Device* in_dev, const Device* out_dev) {
channelmanager.cc
474
ret = media_engine_->
SetSoundDevices
(in_dev, out_dev);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h
108
virtual bool
SetSoundDevices
(const Device* in_device,
214
virtual bool
SetSoundDevices
(const Device* in_device,
filemediaengine.h
99
virtual bool
SetSoundDevices
(const Device* in_dev, const Device* out_dev) {
filemediaengine_unittest.cc
230
EXPECT_TRUE(engine_->
SetSoundDevices
(NULL, NULL));
/external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h
77
virtual bool
SetSoundDevices
(const Device* in_dev, const Device* out_dev) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc
571
ret = media_engine_->
SetSoundDevices
(in_dev, out_dev);
Completed in 135 milliseconds