OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAudioOptions
(Results
1 - 10
of
10
) 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, opts);
channelmanager.cc
249
if (!
SetAudioOptions
(audio_in_device_, audio_out_device_,
251
LOG(LS_WARNING) << "Failed to
SetAudioOptions
with"
515
bool ChannelManager::
SetAudioOptions
(const std::string& in_name,
517
return
SetAudioOptions
(in_name, out_name, opts, audio_delay_offset_);
520
bool ChannelManager::
SetAudioOptions
(const std::string& in_name,
558
bool ret = media_engine_->
SetAudioOptions
(opts);
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h
86
virtual bool
SetAudioOptions
(int options) { return true; }
mediaengine.h
111
virtual bool
SetAudioOptions
(int options) = 0;
187
virtual bool
SetAudioOptions
(int o) {
mediasessionclient.h
117
bool
SetAudioOptions
(const std::string& in_name, const std::string& out_name,
119
return channel_manager_->
SetAudioOptions
(in_name, out_name, opts);