Home
last modified time | relevance | path

Searched refs:muted (Results 1 - 25 of 37) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model_ng.h32 void SetMuted(bool muted) override;
55 static void SetMuted(FrameNode* frameNode, bool muted);
H A Dvideo_model_ng.cpp97 void VideoModelNG::SetMuted(bool muted) in SetMuted() argument
102 videoPattern->UpdateMuted(muted); in SetMuted()
250 void VideoModelNG::SetMuted(FrameNode* frameNode, bool muted) in SetMuted() argument
254 videoPattern->UpdateMuted(muted); in SetMuted()
H A Dvideo_model.h38 virtual void SetMuted(bool muted) = 0;
H A Dvideo_pattern.h79 void UpdateMuted(bool muted) in UpdateMuted() argument
81 muted_ = muted; in UpdateMuted()
/foundation/multimedia/audio_lite/services/impl/audio_encoder/include/
H A Daudio_encoder.h81 * @param muted holds mute status if success.
84 int32_t GetMute(bool &muted);
89 * @param muted mute status to set.
92 int32_t SetMute(bool muted);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.h84 void setMuted(bool muted) in setMuted() argument
86 mutedFlag_ = muted; in setMuted()
/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp218 int32_t AudioEncoder::GetMute(bool &muted) in GetMute() argument
220 (void)muted; in GetMute()
224 int32_t AudioEncoder::SetMute(bool muted) in SetMute() argument
226 (void)muted; in SetMute()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.h33 void SetMuted(bool muted);
H A Dmovingphoto_napi.cpp103 bool muted = false; in JsMuted() local
105 muted = ExtNapiUtils::GetBool(env, argv[0]); in JsMuted()
107 NG::MovingPhotoModelNG::GetInstance()->SetMuted(muted); in JsMuted()
240 DECLARE_NAPI_FUNCTION("muted", JsMuted), in InitView()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.h31 void SetMuted(bool muted) override;
H A Dvideo_model_impl.cpp71 void VideoModelImpl::SetMuted(bool muted) in SetMuted() argument
75 videoComponent->SetMute(muted); in SetMuted()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_video_ffi.h57 CJ_EXPORT void FfiOHOSAceFrameworkVideoMuted(bool muted);
H A Dcj_video_ffi.cpp92 void FfiOHOSAceFrameworkVideoMuted(bool muted) in FfiOHOSAceFrameworkVideoMuted() argument
94 VideoModel::GetInstance()->SetMuted(muted); in FfiOHOSAceFrameworkVideoMuted()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_player.cpp510 bool AudioPlayer::SetMuted(bool muted) in SetMuted() argument
512 double volume = muted ? 0.0 : (volume_ * MILLISECONDS_PER_SECOND); in SetMuted()
517 muted_ = muted; in SetMuted()
H A Daudio_module.cpp84 JSI::SetBooleanProperty(data, "muted", audioPlayer->IsMuted()); in GetPlayState()
199 bool muted = JSI::ValueToBoolean(args[0]); in MutedSetter() local
200 return JSI::CreateBoolean(AudioPlayer::GetInstance()->SetMuted(muted)); in MutedSetter()
351 AudioModule::DefineProperty(exports, "muted", AudioModule::MutedGetter, AudioModule::MutedSetter); in InitAudioModule()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h387 bool muted; member in OHOS::Media::AudioRecorderChangeInfo
404 && parcel.WriteBool(muted); in Marshalling()
415 muted = parcel.ReadBool(); in Unmarshalling()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_player.h122 bool SetMuted(bool muted);
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_common.cpp67 cInfo.muted = changeInfo.muted; in Convert2CAudioCapturerChangeInfo()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp147 void AVPlaybackState::SetMuted(bool muted) in SetMuted() argument
150 muted_ = muted; in SetMuted()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h111 void SetMuted(bool muted);
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp64 std::optional<bool> muted; member
101 g_testProperty.muted = MUTED_VALUE; in SetUpTestSuite()
138 if (g_testProperty.muted.has_value()) { in CreateMovingPhotoNode()
139 MovingPhotoModelNG().SetMuted(g_testProperty.muted.value()); in CreateMovingPhotoNode()
445 * @tc.steps: step2. update muted in HWTEST_F()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h864 bool muted; member in OHOS::AudioStandard::AudioCapturerChangeInfo
883 && parcel.WriteBool(muted) in Marshalling()
897 && parcel.WriteBool(muted) in Marshalling()
911 muted = parcel.ReadBool(); in Unmarshalling()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp120 bool muted = false; in JsMuted() local
122 muted = info[0]->ToBoolean(); in JsMuted()
127 VideoModel::GetInstance()->SetMuted(muted); in JsMuted()
398 JSClass<JSVideo>::StaticMethod("muted", &JSVideo::JsMuted, opt); in JSBind()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_stream_collector.cpp227 capturerChangeInfo->muted = streamChangeInfo.audioCapturerChangeInfo.muted; in AddCapturerStream()
330 capturerChangeInfo->muted = streamChangeInfo.audioCapturerChangeInfo.muted; in SetCapturerStreamParam()
1070 (*it)->muted = muteStatus; in UpdateCapturerInfoMuteStatus()
1079 bean->Add("MUTED", (*it)->muted); in UpdateCapturerInfoMuteStatus()
1181 bean->Add("MUTED", streamChangeInfo.audioCapturerChangeInfo.muted); in WriterCaptureStreamChangeSysEvent()
1252 bean->Add("MUTED", audioCapturerChangeInfo->muted); in WriteCaptureStreamReleaseSysEvent()
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h70 bool muted; member

Completed in 17 milliseconds

12