OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOutputMuteInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/audio/
cras_audio_handler.h
203
bool
SetOutputMuteInternal
(bool mute_on);
cras_audio_handler.cc
221
if (!
SetOutputMuteInternal
(mute_on))
431
SetOutputMuteInternal
(output_mute_on_);
444
SetOutputMuteInternal
(true);
450
SetOutputMuteInternal
(audio_pref_handler_->GetMuteValue(*device));
470
bool CrasAudioHandler::
SetOutputMuteInternal
(bool mute_on) {
Completed in 25 milliseconds