Searched refs:IsVolumeSame (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | volume_tools.h | 33 static inline bool IsVolumeSame(const float& x, const float& y, const float& epsilon) in IsVolumeSame() function
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 432 if (!IsVolumeSame(MAX_FLOAT_VOLUME, lowPowerVolume_, AUDIO_VOLOMUE_EPSILON)) { in VolumeHandle() 435 if (!IsVolumeSame(MAX_FLOAT_VOLUME, duckVolume, AUDIO_VOLOMUE_EPSILON)) { in VolumeHandle() 438 if (!IsVolumeSame(MAX_FLOAT_VOLUME, muteVolume, AUDIO_VOLOMUE_EPSILON)) { in VolumeHandle() 447 if (!IsVolumeSame(MAX_FLOAT_VOLUME, applyVolume, AUDIO_VOLOMUE_EPSILON) || in VolumeHandle() 448 !IsVolumeSame(oldAppliedVolume_, applyVolume, AUDIO_VOLOMUE_EPSILON)) { in VolumeHandle() 1138 if (IsVolumeSame(MIN_FLOAT_VOLUME, volume, AUDIO_VOLOMUE_EPSILON)) { in OffloadSetVolume() 1206 if (IsVolumeSame(MIN_FLOAT_VOLUME, clientVolume, AUDIO_VOLOMUE_EPSILON)) { in SetClientVolume()
|
Completed in 3 milliseconds