Lines Matching refs:mIndexMax
1088 mStreams[stream].mIndexMax = indexMax;
1096 if ((index < mStreams[stream].mIndexMin) || (index > mStreams[stream].mIndexMax)) {
1104 if (!mStreams[stream].mCanBeMuted) index = mStreams[stream].mIndexMax;
2822 (streamDesc.mIndexMax - streamDesc.mIndexMin);
3099 voiceVolume = (float)index/(float)mStreams[stream].mIndexMax;
3433 : mIndexMin(0), mIndexMax(1), mCanBeMuted(true)
3455 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax);