Home
last modified time | relevance | path

Searched defs:canBeMuted (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h34 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function
DVolumeCurve.h98 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function
181 … virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } in canBeMuted() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() function in android::StreamDescriptorCollection