/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
D | audio_client_tracker_callback_stub.cpp | 54 float volume = data.ReadFloat(); in OnRemoteRequest() local 59 float volume; in OnRemoteRequest() local 65 float volume; in OnRemoteRequest() local 98 void AudioClientTrackerCallbackStub::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 121 void AudioClientTrackerCallbackStub::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 132 void AudioClientTrackerCallbackStub::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
D | notification_test.cpp | 50 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 74 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 98 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 124 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 148 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 172 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
D | audio_renderer_proxy_obj.cpp | 37 void AudioRendererProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 42 void AudioRendererProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 47 void AudioRendererProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
D | audio_capturer_proxy_obj.cpp | 39 void AudioCapturerProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 43 void AudioCapturerProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 48 void AudioCapturerProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
D | telephone_client_service.h | 33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() 37 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest() 45 void SetStreamVolume(int type, int volume) in SetStreamVolume() 53 void SetHfVolume(int type, int volume) in SetHfVolume() 75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() 79 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest()
|
D | telephone_service.h | 47 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() 61 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest() 127 bool SetStreamVolume(int type, int volume, int flag) in SetStreamVolume() 131 bool SetHfVolume(int type, int volume) in SetHfVolume() 194 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() 208 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
D | audio_client_tracker_callback_proxy.cpp | 61 void AudioClientTrackerCallbackProxy::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 78 void AudioClientTrackerCallbackProxy::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 96 void AudioClientTrackerCallbackProxy::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl() 142 void ClientTrackerCallbackListener::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 149 void ClientTrackerCallbackListener::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 156 void ClientTrackerCallbackListener::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/ |
D | audio_policy_unit_test.h | 81 virtual void SetLowPowerVolumeImpl(float volume) {}; in SetLowPowerVolumeImpl() 82 virtual void GetLowPowerVolumeImpl(float &volume) {}; in GetLowPowerVolumeImpl() 83 virtual void GetSingleStreamVolumeImpl(float &volume) {}; in GetSingleStreamVolumeImpl()
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/ |
D | audio_volume_change_unit_test.cpp | 105 int volume = 10; variable 141 int volume = 10; variable 176 int volume = 10; variable
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/ |
D | listen_ability_proxy.cpp | 23 int32_t ListenAbilityProxy::AddVolume(int32_t volume) in AddVolume()
|
D | listen_ability_stub.cpp | 33 int32_t volume = data.ReadInt32(); in OnRemoteRequest() local
|
D | listen_ability.cpp | 40 int32_t ListenAbility::AddVolume(int32_t volume) in AddVolume()
|
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/audiosink/include/ |
D | audio_sink_sv_impl.h | 115 int32_t SetVolume(float volume) override in SetVolume() 120 int32_t GetVolume(float &volume) override in GetVolume() 125 int32_t GetMaxVolume(float &volume) override in GetMaxVolume() 130 int32_t GetMinVolume(float &volume) override in GetMinVolume()
|
/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/ |
D | demo_service.cpp | 33 int DemoService::AddVolume(int volume) in AddVolume()
|
D | demo_proxy.cpp | 27 int DemoProxy::AddVolume(int volume) in AddVolume()
|
/foundation/distributedhardware/distributed_audio/services/hdfaudioclient/include/ |
D | daudio_volume_internal.h | 66 int32_t AudioVolumeInternal<T>::SetVolume(AudioHandle handle, float volume) in SetVolume() 79 int32_t AudioVolumeInternal<T>::GetVolume(AudioHandle handle, float *volume) in GetVolume()
|
/foundation/multimedia/histreamer/tests/ut/plugins/ |
D | UtAudioSinkTest1.cpp | 47 Status UtAudioSinkTest1::GetVolume(float &volume) in GetVolume() 52 Status UtAudioSinkTest1::SetVolume(float volume) in SetVolume()
|
D | UtAudioSinkTest2.cpp | 47 Status UtAudioSinkTest2::GetVolume(float &volume) in GetVolume() 52 Status UtAudioSinkTest2::SetVolume(float volume) in SetVolume()
|
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
D | test_audio_ability.cpp | 43 int TestAudioAbility::AddVolume(int volume) in AddVolume() 49 int32_t TestAudioAbility::ReduceVolume(int volume) in ReduceVolume()
|
/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/ |
D | test_ondemand_ability_proxy.cpp | 27 int TestOnDemandAbilityProxy::AddVolume(int volume) in AddVolume()
|
D | test_ondemand_ability.cpp | 43 int TestOnDemandAbility::AddVolume(int volume) in AddVolume()
|
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
D | notification.cpp | 33 …id Notification::NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume) in NotifyVolumeChange()
|
D | volume_manager_service.cpp | 33 … VolumeManagerService::VolumeStateNotify(VolumeState state, std::shared_ptr<VolumeExternal> volume) in VolumeStateNotify() 171 auto volume = it->second; in GetVolumeByUuid() local 193 auto volume = it->second; in SetVolumeDescription() local
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/group_manager_test/src/ |
D | audio_group_manager_unit_test.cpp | 52 int32_t volume = 0; variable 83 int32_t volume = 2; variable 115 int32_t volume = 4; variable 147 int32_t volume = 5; variable 187 int32_t volume = audioGroupMngr_->GetVolume(AudioVolumeType::STREAM_RING); variable 209 int32_t volume = audioGroupMngr_->GetVolume(AudioVolumeType::STREAM_RING); variable
|
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/ |
D | audio_manager_fuzzer.cpp | 45 int32_t volume = *reinterpret_cast<const int32_t *>(data); in AudioManagerFuzzTest() local 128 int32_t volume = *reinterpret_cast<const int32_t *>(data); in AudioGroupManagerFuzzTest() local
|