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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h34 bool canBeMuted() const { return mCanBeMuted; } function in class:android::StreamDescriptor
75 virtual bool canBeMuted(audio_stream_type_t stream);
H A DIVolumeCurvesCollection.h31 virtual bool canBeMuted(audio_stream_type_t stream) = 0;
H A DVolumeCurve.h98 bool canBeMuted() const { return mCanBeMuted; } function in class:android::VolumeCurvesForStream
181 virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } function in class:android::VolumeCurvesCollection
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) function in class:android::StreamDescriptorCollection
111 return valueAt(stream).canBeMuted();
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1841 if (!mVolumeCurves->canBeMuted(stream)) index = mVolumeCurves->getVolumeIndexMax(stream);
4919 mVolumeCurves->canBeMuted(stream)) {
5058 if (mVolumeCurves->canBeMuted(stream) &&

Completed in 249 milliseconds