Home
last modified time | relevance | path

Searched full:volume_level (Results 1 – 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_audio/common/include/
Ddaudio_constants.h104 const std::string VOLUME_LEVEL = "VOLUME_LEVEL"; variable
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
Ddspeaker_client.cpp443 cJSON_AddStringToObject(jParam, VOLUME_LEVEL.c_str(), std::to_string(volumeLevel).c_str()); in GetVolumeLevel()
472 … cJSON_AddStringToObject(jParam, VOLUME_LEVEL.c_str(), std::to_string(volumeEvent.volume).c_str()); in OnVolumeKeyEvent()
565 ret = GetAudioParamInt(event.content, VOLUME_LEVEL, audioVolumeLevel); in SetAudioParameters()
/foundation/multimedia/audio_framework/
Dhisysevent.yaml279 VOLUME_LEVEL: {type: UINT8, arrsize: 100, desc: volume level}
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
Dmedia_event_base_writer.cpp646 "VOLUME_LEVEL", result->volumeLevel); in WriteSystemTonePlayback()
Dmedia_monitor_policy.cpp240 result->volumeLevel.push_back(bean->GetIntValue("VOLUME_LEVEL")); in CollectDataToDfxResult()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
Dsystem_tone_player_impl.cpp871 bean->Add("VOLUME_LEVEL", volumeLevel); in SendSystemTonePlaybackEvent()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dplayer.h128 static constexpr std::string_view PLAYER_VOLUME_LEVEL = "volume_level";
/foundation/multimedia/audio_framework/services/audio_policy/server/service/service_main/src/
Daudio_policy_server.cpp3277 …if (sscanf_s(condition.c_str(), "%[^;];AUDIO_STREAM_TYPE=%d;VOLUME_LEVEL=%d;IS_UPDATEUI=%d;VOLUME_… in VolumeOnChange()