Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume_c.h44 bool IsSameVolume(float volumeA, float volumeB);
H A Daudio_volume.h63 bool IsSameVolume(float x, float y);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp359 bool AudioVolume::IsSameVolume(float x, float y) in IsSameVolume() function in OHOS::AudioStandard::AudioVolume
506 bool IsSameVolume(float x, float y) in IsSameVolume() function
508 return AudioVolume::GetInstance()->IsSameVolume(x, y); in IsSameVolume()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1680 bool isZeroVolume = IsSameVolume(volume, 0.0f); in CheckAndDealEffectZeroVolume()
1778 bool isZeroVolume = IsSameVolume(volume, 0.0f); in CheckAndDealSpeakerPaZeroVolume()
2853 bool isZeroVolume = IsSameVolume(volume, 0.0f); in RendererSinkSetPriPaPower()