Home
last modified time | relevance | path

Searched defs:volume (Results 51 - 75 of 304) sorted by relevance

12345678910>>...13

/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/ringtone_player/
H A Dringtone_player_napi.h87 float volume; member
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/system_tone_player/
H A Dsystem_tone_player_napi.h78 float volume; member
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/
H A Dtest_audio_ability_proxy.cpp38 int TestAudioAbilityProxy::AddVolume(int volume) in AddVolume() argument
57 int32_t TestAudioAbilityProxy::ReduceVolume(int volume) in ReduceVolume() argument
H A Dtest_audio_ability.cpp43 int TestAudioAbility::AddVolume(int volume) in AddVolume() argument
49 int32_t TestAudioAbility::ReduceVolume(int volume) in ReduceVolume() argument
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability.cpp43 int32_t ListenAbility::AddVolume(int32_t volume) in AddVolume() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DVolumeBarView.java72 public void setVolume(float volume) { in setVolume() argument
/third_party/pulseaudio/sonic/
H A Dmain.c80 float volume = 1.0f; in main() local
17 runSonic( waveFile inFile, waveFile outFile, float speed, float pitch, float rate, float volume, int emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument
[all...]
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer.h33 float volume() const { return fVolume; } // 0...1 in volume() function in SkAudioPlayer
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_volume.cpp99 int32_t ActionVolume::VolumeRequest(float volume) in VolumeRequest() argument
147 int32_t ActionVolume::VolumeExecution(float volume) in VolumeExecution() argument
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp127 int32_t volume = static_cast<int32_t>(size); in AudioProxyFunc() local
/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp327 float volume = 0.0f; in SetMute() local
/base/telephony/call_manager/services/audio/include/
H A Dtone.h54 int32_t volume = 0; member
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_media_player_handler_impl.cpp37 void ArkWebNativeMediaPlayerHandlerImpl::HandleVolumeChanged(double volume) in HandleVolumeChanged() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_media_player_handler_wrapper.cpp32 void ArkWebNativeMediaPlayerHandlerWrapper::HandleVolumeChanged(double volume) in HandleVolumeChanged() argument
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_sink.cpp258 int32_t AudioSink::SetVolume(float volume) in SetVolume() argument
274 int32_t AudioSink::GetVolume(float &volume) in GetVolume() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp97 void StreamPlayerListenerImplProxy::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp97 void StreamPlayerListenerImplProxy::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp133 float volume = userVolume + 0.0066 * absSpeedInMm_ - 0.01; in ThreadLoop() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h210 void InitVolumeChanged(uint8_t volume) in InitVolumeChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_client_service.h33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() argument
37 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest() argument
45 void SetStreamVolume(int type, int volume) in SetStreamVolume() argument
53 void SetHfVolume(int type, int volume) in SetHfVolume() argument
75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() argument
79 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest() argument
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h100 SystemVolume(int32_t volumeType, std::string deviceClass, float volume, int32_t volumeLevel, bool isMuted) in SystemVolume() argument
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_common_converter.cpp32 ConvertBufferTo32Bit(const uint8_t *buffer, int32_t format, int32_t *dst, size_t count, float volume) ConvertBufferTo32Bit() argument
83 ConvertBufferTo16Bit(const uint8_t *buffer, int32_t format, int16_t *dst, size_t count, float volume) ConvertBufferTo16Bit() argument
133 ConvertBufferToFloat(const uint8_t *buffer, uint32_t samplePerFrame, std::vector<float> &floatBuffer, float volume) ConvertBufferToFloat() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/group_manager_test/src/
H A Daudio_group_manager_unit_test.cpp50 int32_t volume = 0; in HWTEST() local
81 int32_t volume = 2; in HWTEST() local
113 int32_t volume = 4; in HWTEST() local
145 int32_t volume in HWTEST() local
185 int32_t volume = audioGroupMngr_->GetVolume(AudioVolumeType::STREAM_RING); HWTEST() local
207 int32_t volume = audioGroupMngr_->GetVolume(AudioVolumeType::STREAM_RING); HWTEST() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/
H A Daudio_manager_fuzzer.cpp45 int32_t volume = *reinterpret_cast<const int32_t *>(data); in AudioManagerFuzzTest() local
154 int32_t volume = *reinterpret_cast<const int32_t *>(data); in AudioGroupManagerFuzzTest() local
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrc_fuzzer/
H A Daudio_service_server_src_fuzzer.cpp170 float volume = *reinterpret_cast<const float*>(rawData); in AudioEndPointSeparateConfigFuzzTest() local

Completed in 12 milliseconds

12345678910>>...13