Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp33 const float HIGH_VOL = 1.0f; variable
42 : volume_(HIGH_VOL), in RingtonePlayerImpl()
345 CHECK_AND_RETURN_RET_LOG(volume >= LOW_VOL && volume <= HIGH_VOL, in Configure()