Home
last modified time | relevance | path

Searched refs:mLastVoiceVolume (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h741 float mLastVoiceVolume; // last voice volume value sent to audio HAL variable
DAudioPolicyManager.cpp4482 mLimitRingtoneVolume(false), mLastVoiceVolume(-1.0f), in AudioPolicyManager()
6163 if (voiceVolume != mLastVoiceVolume) { in checkAndSetVolume()
6165 mLastVoiceVolume = voiceVolume; in checkAndSetVolume()