OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAudioOptions
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h
114
bool
SetAudioOptions
(const std::string& in_name, const std::string& out_name,
116
return channel_manager_->
SetAudioOptions
(in_name, out_name, options);
channelmanager.cc
254
if (!
SetAudioOptions
(audio_in_device_, audio_out_device_,
256
LOG(LS_WARNING) << "Failed to
SetAudioOptions
with"
521
bool ChannelManager::
SetAudioOptions
(const std::string& in_name,
524
return
SetAudioOptions
(in_name, out_name, options, audio_delay_offset_);
527
bool ChannelManager::
SetAudioOptions
(const std::string& in_name,
567
bool ret = media_engine_->
SetAudioOptions
(options);
601
return media_engine_->
SetAudioOptions
(options);
/external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h
72
virtual bool
SetAudioOptions
(int options) { return true; }
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h
93
virtual bool
SetAudioOptions
(const AudioOptions& options) = 0;
214
virtual bool
SetAudioOptions
(const AudioOptions& options) {
filemediaengine.h
90
virtual bool
SetAudioOptions
(const AudioOptions& options) { return true; }
Completed in 35 milliseconds