Searched refs:SetVolumeRampConfig (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | volume_ramp.h | 37 void SetVolumeRampConfig(float targetVolume, float currStreamVolume, int32_t duration);
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | volume_ramp.cpp | 51 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 D | audio_utils_fuzzer.cpp | 241 volumeRamp->SetVolumeRampConfig(targetVolume, currStreamVolume, duration); in VolumeRampFuzzTest()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/ |
H A D | audio_utils_unit_test.cpp | 2107 * @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 D | renderer_in_client.cpp | 2098 volumeRamp_.SetVolumeRampConfig(volume, clientVolume_, duration); in SetVolumeWithRamp()
|
Completed in 9 milliseconds