Searched defs:isPlaying (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.cpp | 85 RefPtr<Component> VideoElementV2::FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<T… in FireFullscreen() 112 …[weak = AceType::WeakClaim(this), singleChild](bool fullscreen, bool isPlaying, int32_t currentPos… in FireFullscreen() 197 …[weak = AceType::WeakClaim(this)](bool fullscreen, bool isPlaying, const WeakPtr<Texture>& texture… in SetNewComponent()
|
H A D | video_element.cpp | 1051 auto onPlayerStatus = [videoElement, uiTaskExecutor](bool isPlaying) { in InitListener() 1211 …uint32_t width, uint32_t height, bool isPlaying, uint32_t duration, uint32_t currentPos, bool need… in OnPrepared() 1278 bool isPlaying = (status == PlaybackStatus::STARTED); in OnPlayerStatus() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | media_player_impl.cpp | 84 auto onPlayerStatus = [weak = WeakClaim(this), uiTaskExecutor](bool isPlaying) { in InitListener()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/ |
H A D | av_receiver_engine.cpp | 654 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent() local
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.h | 119 bool isPlaying = false; member
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine.cpp | 706 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent() local
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_helper.cpp | 644 bool isPlaying = false; in OnRendererStateChange() local
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/ |
H A D | player_impl.cpp | 383 bool isPlaying = false; in IsPlaying() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.cpp | 528 void VideoPattern::ChangePlayerStatus(bool isPlaying, const PlaybackStatus& status) in ChangePlayerStatus() 581 bool isPlaying = (status == PlaybackStatus::STARTED); in OnPlayerStatus() local
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test2.cpp | 1772 bool isPlaying = true; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 3163 void SceneSession::NotifyIsCustomAnimationPlaying(bool isPlaying) in NotifyIsCustomAnimationPlaying()
|