Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:minVol

1686             float minVol = (musicVol > SONIFICATION_HEADSET_VOLUME_MIN) ? musicVol : SONIFICATION_HEADSET_VOLUME_MIN;
1687 if (volume > minVol) {
1688 volume = minVol;
1689 LOGV("computeVolume limiting volume to %f musicVol %f", minVol, musicVol);