Home
last modified time | relevance | path

Searched refs: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
69 bool canBeMuted(audio_stream_type_t stream);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp104 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() function in android::StreamDescriptorCollection
106 return valueAt(stream).canBeMuted(); in canBeMuted()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1684 if (!mStreams.canBeMuted(stream)) index = mStreams.valueFor(stream).getVolumeIndexMax(); in setStreamVolumeIndex()
4530 mStreams.canBeMuted(stream)) { in computeVolume()
4660 if (streamDesc.canBeMuted() && in setStreamMute()