Home | History | Annotate | Download | only in audio

Lines Matching refs:minVol

2087             float minVol = (musicVol > SONIFICATION_HEADSET_VOLUME_MIN) ? musicVol : SONIFICATION_HEADSET_VOLUME_MIN;
2088 if (volume > minVol) {
2089 volume = minVol;
2090 LOGV("computeVolume limiting volume to %f musicVol %f", minVol, musicVol);