Home
last modified time | relevance | path

Searched defs:muteAudio (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dsystem_tone_player.h26 bool muteAudio; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/audio_haptic_player/
H A Daudio_haptic_player_options_napi.cpp108 bool muteAudio, bool muteHaptics) in CreateAudioHapticPlayerOptionsWrapper()
163 bool muteAudio = false; in SetAudioMute() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/
H A Dsystem_tone_options_napi.cpp106 napi_value SystemToneOptionsNapi::CreateSystemToneOptionsWrapper(napi_env env, bool muteAudio, bool… in CreateSystemToneOptionsWrapper()
161 bool muteAudio = false; in SetAudioMute() local
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_player.h53 bool muteAudio; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp33 …dLowLatencyImpl::AudioHapticSoundLowLatencyImpl(const std::string &audioUri, const bool &muteAudio, in AudioHapticSoundLowLatencyImpl()
H A Daudio_haptic_sound_normal_impl.cpp32 …pticSoundNormalImpl::AudioHapticSoundNormalImpl(const std::string &audioUri, const bool &muteAudio, in AudioHapticSoundNormalImpl()
H A Daudio_haptic_player_impl.cpp48 const AudioLatencyMode &latencyMode, const std::string &audioUri, const bool &muteAudio, in CreateAudioHapticSound()