Home
last modified time | relevance | path

Searched refs:SetVolumeRampConfig (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Dvolume_ramp.h37 void SetVolumeRampConfig(float targetVolume, float currStreamVolume, int32_t duration);
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp51 void VolumeRamp::SetVolumeRampConfig(float targetVolume, float currStreamVolume, int32_t duration) in SetVolumeRampConfig() function in OHOS::AudioStandard::VolumeRamp
/foundation/multimedia/audio_framework/test/fuzztest/audioutils_fuzzer/
H A Daudio_utils_fuzzer.cpp241 volumeRamp->SetVolumeRampConfig(targetVolume, currStreamVolume, duration); in VolumeRampFuzzTest()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp2107 * @tc.name : Test SetVolumeRampConfig API
2110 * @tc.desc : Test SetVolumeRampConfig API,
2116 volumeRamp->SetVolumeRampConfig(9.9f, 10.1f, 4); in HWTEST()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp2098 volumeRamp_.SetVolumeRampConfig(volume, clientVolume_, duration); in SetVolumeWithRamp()

Completed in 9 milliseconds