OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOutputUserMute
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/dbus/
cras_audio_client.h
83
virtual void
SetOutputUserMute
(bool mute_on) = 0;
cras_audio_client_stub_impl.h
29
virtual void
SetOutputUserMute
(bool mute_on) OVERRIDE;
cras_audio_client_stub_impl.cc
89
void CrasAudioClientStubImpl::
SetOutputUserMute
(bool mute_on) {
cras_audio_client.cc
79
virtual void
SetOutputUserMute
(bool mute_on) OVERRIDE {
207
// Chrome should always call
SetOutputUserMute
api to set the output
/external/chromium_org/chromeos/audio/
cras_audio_handler.cc
476
SetOutputUserMute
(mute_on);
Completed in 337 milliseconds