Home
last modified time | relevance | path

Searched defs:actualVolume (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_normal_impl.cpp120 float actualVolume = volume_ * (muteAudio_ ? 0 : 1); in ResetAVPlayer() local
217 float actualVolume = volume_ * (muteAudio_ ? 0 : 1); in SetVolume() local
H A Daudio_haptic_sound_low_latency_impl.cpp229 float actualVolume = volume_ * (muteAudio_ ? 0 : 1); in SetVolume() local
H A Daudio_haptic_player_impl.cpp252 float actualVolume = volume_ * (muteAudio_ ? 0 : 1); in SetVolume() local