Home
last modified time | relevance | path

Searched defs:isPlaying (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp85 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 Dvideo_element.cpp1051 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 Dmedia_player_impl.cpp84 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 Dav_receiver_engine.cpp654 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent() local
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.h119 bool isPlaying = false; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp706 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp644 bool isPlaying = false; in OnRendererStateChange() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp383 bool isPlaying = false; in IsPlaying() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp528 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 Dscene_session_test2.cpp1772 bool isPlaying = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3163 void SceneSession::NotifyIsCustomAnimationPlaying(bool isPlaying) in NotifyIsCustomAnimationPlaying()