Searched refs:mCanBeMuted (Results 1 – 2 of 2) sorted by relevance
324 bool mCanBeMuted; // true is the stream can be muted variable
1122 if (!mStreams[stream].mCanBeMuted) index = mStreams[stream].mIndexMax; in setStreamVolumeIndex()3271 streamDesc.mCanBeMuted) { in computeVolume()3401 if (streamDesc.mCanBeMuted && in setStreamMute()3679 : mIndexMin(0), mIndexMax(1), mCanBeMuted(true) in StreamDescriptor()3701 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax); in dump()