Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools.h45 static int32_t GetInt32Vol(float volFloat);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp61 int32_t VolumeTools::GetInt32Vol(float volFloat) in GetInt32Vol() function in OHOS::AudioStandard::VolumeTools
97 vols.volStart[i] = GetInt32Vol(volStart); in GetChannelVolumes()
98 vols.volEnd[i] = GetInt32Vol(volEnd); in GetChannelVolumes()