Searched refs:canBeMuted (Results 1 – 3 of 3) sorted by relevance
34 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function69 bool canBeMuted(audio_stream_type_t stream);
104 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() function in android::StreamDescriptorCollection106 return valueAt(stream).canBeMuted(); in canBeMuted()
1684 if (!mStreams.canBeMuted(stream)) index = mStreams.valueFor(stream).getVolumeIndexMax(); in setStreamVolumeIndex()4530 mStreams.canBeMuted(stream)) { in computeVolume()4660 if (streamDesc.canBeMuted() && in setStreamMute()