OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMasterMute
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioFlinger.h
708
bool
mMasterMute
;
[
all
...]
Threads.h
673
//
mMasterMute
is in both PlaybackThread and in AudioFlinger. When a
676
bool
mMasterMute
;
677
void setMasterMute_l(bool muted) {
mMasterMute
= muted; }
[
all
...]
Completed in 27 milliseconds