OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCanBeMuted
(Results
1 - 6
of
6
) 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. */
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp
38
: mIndexMin(0), mIndexMax(1),
mCanBeMuted
(true)
89
mCanBeMuted
? "true " : "false", mIndexMin, mIndexMax);
VolumeCurve.cpp
88
mCanBeMuted
? "true " : "false", mIndexMin, mIndexMax);
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
324
bool
mCanBeMuted
; // true is the stream can be muted
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 54 milliseconds