OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setMasterMute
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libmedia/
AudioSystem.cpp
108
status_t AudioSystem::
setMasterMute
(bool mute)
112
af->
setMasterMute
(mute);
IAudioFlinger.cpp
252
virtual status_t
setMasterMute
(bool muted)
835
reply->writeInt32(
setMasterMute
(data.readInt32()) );
[
all
...]
/frameworks/base/media/java/android/media/
AudioSystem.java
395
public static native int
setMasterMute
(boolean mute);
AudioManager.java
537
setMasterMute
(!isMasterMute());
[
all
...]
AudioService.java
737
AudioSystem.
setMasterMute
(masterMute);
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
725
status_t AudioFlinger::
setMasterMute
(bool muted)
757
mPlaybackThreads.valueAt(i)->
setMasterMute
(muted);
[
all
...]
Threads.cpp
[
all
...]
Completed in 87 milliseconds