Searched refs:exemptFromCapping (Results 1 – 1 of 1) sorted by relevance
5723 bool exemptFromCapping = (volumeSource == ringVolumeSrc) && (voiceVolumeIndex == 0); in computeVolume() local5724 ALOGV_IF(exemptFromCapping, "%s volume source %d at vol=%f not capped", __func__, in computeVolume()5726 if ((volumeDb > maxVoiceVolDb) && !exemptFromCapping) { in computeVolume()