Home
last modified time | relevance | path

Searched refs:GetInt32Vol (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dvolume_tools_unit_test.cpp60 * @tc.name : Test GetInt32Vol.
63 * @tc.desc : Test GetInt32Vol.
68 int32_t ret = VolumeTools::GetInt32Vol(volFloat); in HWTEST_F()
74 * @tc.name : Test GetInt32Vol.
77 * @tc.desc : Test GetInt32Vol.
82 int32_t ret = VolumeTools::GetInt32Vol(volFloat); in HWTEST_F()
87 * @tc.name : Test GetInt32Vol.
90 * @tc.desc : Test GetInt32Vol.
95 int32_t ret = VolumeTools::GetInt32Vol(volFloat); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools.h44 static int32_t GetInt32Vol(float volFloat);
/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()

Completed in 3 milliseconds