OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streamMute
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/media/
IAudioFlinger.h
96
virtual bool
streamMute
(int stream) const = 0;
/frameworks/base/media/libmedia/
IAudioFlinger.cpp
283
virtual bool
streamMute
(int stream) const
784
reply->writeInt32(
streamMute
(stream) );
[
all
...]
AudioSystem.cpp
155
*mute = af->
streamMute
(stream);
/frameworks/base/services/audioflinger/
AudioFlinger.h
106
virtual bool
streamMute
(int stream) const;
720
virtual bool
streamMute
(int stream) const;
[
all
...]
AudioFlinger.cpp
720
bool AudioFlinger::
streamMute
(int stream) const
[
all
...]
Completed in 341 milliseconds