OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetOutputVolume
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h
95
virtual bool
SetOutputVolume
(int level) { return true; }
mediaengine.h
127
virtual bool
SetOutputVolume
(int level) = 0;
205
virtual bool
SetOutputVolume
(int level) {
206
return voice_.
SetOutputVolume
(level);
298
bool
SetOutputVolume
(int level) { return true; }
mediasessionclient.h
121
bool
SetOutputVolume
(int level) {
122
return channel_manager_->
SetOutputVolume
(level);
channelmanager.cc
480
bool ChannelManager::
SetOutputVolume
(int level) {
488
return media_engine_->
SetOutputVolume
(level);
Completed in 770 milliseconds