Home | History | Annotate | Download | only in audio

Lines Matching defs:mIndexMin

1016                 streamType, streamState.mIndexMin / 10, streamState.mIndexMax / 10);
1136 if (vss.mIndexMin > 0 &&
4760 private int mIndexMin;
4776 mIndexMin = MIN_STREAM_VOLUME[streamType] * 10;
4778 AudioSystem.initStreamVolume(streamType, mIndexMin / 10, mIndexMax / 10);
5047 return mIndexMin;
5058 mIndexMin = MIN_STREAM_VOLUME[sourceStreamType] * 10;
5157 if (index < mIndexMin) {
5158 return mIndexMin;
5170 pw.println((mIndexMin + 5) / 10);