Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 132) sorted by relevance

123456

/foundation/multimedia/audio_framework/services/audio_policy/client/src/
Daudio_client_tracker_callback_stub.cpp54 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/
Dnotification_test.cpp50 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/
Daudio_renderer_proxy_obj.cpp37 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/
Daudio_capturer_proxy_obj.cpp39 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/
Dtelephone_client_service.h33 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()
Dtelephone_service.h47 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/
Daudio_client_tracker_callback_proxy.cpp61 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/
Daudio_policy_unit_test.h81 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/
Daudio_volume_change_unit_test.cpp105 int volume = 10; variable
141 int volume = 10; variable
176 int volume = 10; variable
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
Dlisten_ability_proxy.cpp23 int32_t ListenAbilityProxy::AddVolume(int32_t volume) in AddVolume()
Dlisten_ability_stub.cpp33 int32_t volume = data.ReadInt32(); in OnRemoteRequest() local
Dlisten_ability.cpp40 int32_t ListenAbility::AddVolume(int32_t volume) in AddVolume()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/audiosink/include/
Daudio_sink_sv_impl.h115 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/
Ddemo_service.cpp33 int DemoService::AddVolume(int volume) in AddVolume()
Ddemo_proxy.cpp27 int DemoProxy::AddVolume(int volume) in AddVolume()
/foundation/distributedhardware/distributed_audio/services/hdfaudioclient/include/
Ddaudio_volume_internal.h66 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/
DUtAudioSinkTest1.cpp47 Status UtAudioSinkTest1::GetVolume(float &volume) in GetVolume()
52 Status UtAudioSinkTest1::SetVolume(float volume) in SetVolume()
DUtAudioSinkTest2.cpp47 Status UtAudioSinkTest2::GetVolume(float &volume) in GetVolume()
52 Status UtAudioSinkTest2::SetVolume(float volume) in SetVolume()
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/
Dtest_audio_ability.cpp43 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/
Dtest_ondemand_ability_proxy.cpp27 int TestOnDemandAbilityProxy::AddVolume(int volume) in AddVolume()
Dtest_ondemand_ability.cpp43 int TestOnDemandAbility::AddVolume(int volume) in AddVolume()
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
Dnotification.cpp33 …id Notification::NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume) in NotifyVolumeChange()
Dvolume_manager_service.cpp33 … 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/
Daudio_group_manager_unit_test.cpp52 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/
Daudio_manager_fuzzer.cpp45 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

123456