OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCanBeMuted
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h
34
bool canBeMuted() const { return
mCanBeMuted
; }
60
bool
mCanBeMuted
; /**< true is the stream can be muted. */
VolumeCurve.h
75
VolumeCurvesForStream() : mIndexMin(0), mIndexMax(1),
mCanBeMuted
(true)
98
bool canBeMuted() const { return
mCanBeMuted
; }
149
bool
mCanBeMuted
; /**< true is the stream can be muted. */
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
324
bool
mCanBeMuted
; // true is the stream can be muted
Completed in 51 milliseconds