Home | History | Annotate | Download | only in audio

Lines Matching refs:indexMin

1079                                             int indexMin,
1082 ALOGV("initStreamVolume() stream %d, min %d, max %d", stream , indexMin, indexMax);
1083 if (indexMin < 0 || indexMin >= indexMax) {
1084 ALOGW("initStreamVolume() invalid index limits for stream %d, min %d, max %d", stream , indexMin, indexMax);
1087 mStreams[stream].mIndexMin = indexMin;