Home
last modified time | relevance | path

Searched refs:NotifyStreamVolumeChanged (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_service.h59 int32_t NotifyStreamVolumeChanged(AudioStreamType streamType, float volume);
H A Daudio_server.h137 int32_t NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) override;
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_manager_proxy.h73 int32_t NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) override;
H A Daudio_manager_base.h378 virtual int32_t NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) = 0;
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp2104 int32_t AudioServer::NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) in NotifyStreamVolumeChanged() function in OHOS::AudioStandard::AudioServer
2108 AUDIO_ERR_LOG("NotifyStreamVolumeChanged refused for %{public}d", callingUid); in NotifyStreamVolumeChanged()
2114 int32_t ret = AudioService::GetInstance()->NotifyStreamVolumeChanged(streamType, volume); in NotifyStreamVolumeChanged()
2116 AUDIO_WARNING_LOG("NotifyStreamVolumeChanged failed"); in NotifyStreamVolumeChanged()
H A Daudio_manager_stub.cpp639 int32_t ret = NotifyStreamVolumeChanged(type, volume); in HandleNotifyStreamVolumeChanged()
H A Daudio_service.cpp619 int32_t AudioService::NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) in NotifyStreamVolumeChanged() function in OHOS::AudioStandard::AudioService
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp865 int32_t AudioManagerProxy::NotifyStreamVolumeChanged(AudioStreamType streamType, float volume) in NotifyStreamVolumeChanged() function in OHOS::AudioStandard::AudioManagerProxy
873 AUDIO_ERR_LOG("NotifyStreamVolumeChanged: WriteInterfaceToken failed"); in NotifyStreamVolumeChanged()
882 AUDIO_ERR_LOG("NotifyStreamVolumeChanged failed, error: %{public}d", error); in NotifyStreamVolumeChanged()
885 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "NotifyStreamVolumeChanged failed, error: %{public}d", error); in NotifyStreamVolumeChanged()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp6979 gsp->NotifyStreamVolumeChanged(streamType, vol.volumeFloat); in SetSharedVolume()

Completed in 29 milliseconds