Home
last modified time | relevance | path

Searched defs:volume (Results 1 - 25 of 208) sorted by relevance

123456789

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/client/
H A Dfast_audio_stream_unit_test.cpp67 float volume = 0.5f; in HWTEST() local
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dnotification.cpp33 void Notification::NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume) in NotifyVolumeChange() argument
[all...]
/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/
H A Ddemo_proxy.cpp27 int DemoProxy::AddVolume(int volume) in AddVolume() argument
H A Ddemo_service.cpp33 int DemoService::AddVolume(int volume) in AddVolume() argument
/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/
H A Dtest_ondemand_ability_proxy.cpp27 int TestOnDemandAbilityProxy::AddVolume(int volume) in AddVolume() argument
H A Dtest_ondemand_ability.cpp43 int TestOnDemandAbility::AddVolume(int volume) in AddVolume() argument
/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/
H A Dtest_tt_ability.cpp33 int TestTtAbility::AddVolume(int volume) in AddVolume() argument
H A Dtest_tt_ability_proxy.cpp27 int ITestTtAbilityProxy::AddVolume(int volume) in AddVolume() argument
/foundation/systemabilitymgr/safwk/test/mock/common/connect_ability/src/
H A Dtest_connect_ability_proxy.cpp27 int TestConnectAbilityProxy::AddVolume(int volume) in AddVolume() argument
H A Dtest_connect_ability.cpp33 int TestConnectAbility::AddVolume(int volume) in AddVolume() argument
/foundation/systemabilitymgr/safwk/test/mock/common/incomplete_ability/src/
H A Dtest_incomplete_ability_proxy.cpp27 int TestIncompleteAbilityProxy::AddVolume(int volume) in AddVolume() argument
H A Dtest_incomplete_ability.cpp33 int TestIncompleteAbility::AddVolume(int volume) in AddVolume() argument
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_player.cpp80 void AudioPlayer::SetVolume(float volume) in SetVolume() argument
H A Daudio_play_controller.cpp177 void AudioPlayController::SetVolume(float volume) in SetVolume() argument
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_volume_unit_test.cpp130 const float volume = 0.5f; in HWTEST() local
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_client_tracker_callback_stub_unit_test/src/
H A Daudio_client_tracker_callback_stub_unit_test.cpp320 float volume = 1; in HWTEST() local
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer_proxy_obj.cpp47 void AudioCapturerProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() argument
51 void AudioCapturerProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() argument
56 void AudioCapturerProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl() argument
/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dnotification_test.cpp50 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); in HWTEST_F() local
74 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); in HWTEST_F() local
98 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); in HWTEST_F() local
124 std::shared_ptr<VolumeExternal> volume in HWTEST_F() local
148 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); HWTEST_F() local
172 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Daudio_sink.cpp81 Status AudioSink::SetVolume(float volume) in SetVolume() argument
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Daudio_sink_filter_unit_test.cpp158 float volume = -1; in HWTEST_F() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability_stub.cpp27 int32_t volume = data.ReadInt32(); in OnRemoteRequest() local
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Devent_channel.h68 float volume; member
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer_proxy_obj.cpp64 void AudioRendererProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() argument
71 void AudioRendererProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() argument
93 void AudioRendererProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl() argument
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_client_tracker_callback_stub_unit_test/include/
H A Daudio_client_tracker_callback_stub_unit_test.h52 virtual void SetLowPowerVolumeImpl(float volume) {}; in SetLowPowerVolumeImpl() argument
53 virtual void GetLowPowerVolumeImpl(float &volume) {}; in GetLowPowerVolumeImpl() argument
54 virtual void GetSingleStreamVolumeImpl(float &volume) {}; in GetSingleStreamVolumeImpl() argument
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_volume.cpp93 void AudioEffectVolume::SetDspVolume(const float volume) in SetDspVolume() argument

Completed in 9 milliseconds

123456789