Home
last modified time | relevance | path

Searched refs:canBeMuted (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h34 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function
75 virtual bool canBeMuted(audio_stream_type_t stream);
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
DIVolumeCurvesCollection.h31 virtual bool canBeMuted(audio_stream_type_t stream) = 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() function in android::StreamDescriptorCollection
111 return valueAt(stream).canBeMuted(); in canBeMuted()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1841 if (!mVolumeCurves->canBeMuted(stream)) index = mVolumeCurves->getVolumeIndexMax(stream); in setStreamVolumeIndex()
4919 mVolumeCurves->canBeMuted(stream)) { in AudioPolicyManager()
5058 if (mVolumeCurves->canBeMuted(stream) && in AudioPolicyManager()