Searched refs:mLastVoiceVolume (Results 1 – 2 of 2) sorted by relevance
554 …float mLastVoiceVolume; // last voice volume value sen… variable
1550 mLimitRingtoneVolume(false), mLastVoiceVolume(-1.0f), in AudioPolicyManagerBase()3328 if (voiceVolume != mLastVoiceVolume && output == mPrimaryOutput) { in checkAndSetVolume()3330 mLastVoiceVolume = voiceVolume; in checkAndSetVolume()