Home
last modified time | relevance | path

Searched refs:PlayerOnInfoType (Results 1 – 25 of 35) sorted by relevance

12

/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
Dplayer_server_mem_state.h30 virtual int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra);
53 int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) override;
63 int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) override;
73 int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) override;
88 int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) override;
104 int32_t MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) override;
Dplayer_server_mem_state.cpp41 int32_t PlayerServerMem::MemBaseState::MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) in MemPlayerCbRecover()
111 int32_t PlayerServerMem::MemInitializedState::MemPlayerCbRecover(PlayerOnInfoType type, int32_t ext… in MemPlayerCbRecover()
127 int32_t PlayerServerMem::MemPreparingState::MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) in MemPlayerCbRecover()
143 int32_t PlayerServerMem::MemPreparedState::MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) in MemPlayerCbRecover()
159 int32_t PlayerServerMem::MemPausedState::MemPlayerCbRecover(PlayerOnInfoType type, int32_t extra) in MemPlayerCbRecover()
175 int32_t PlayerServerMem::MemPlaybackCompletedState::MemPlayerCbRecover(PlayerOnInfoType type, int32… in MemPlayerCbRecover()
Dplayer_server_mem.h71 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
171 void RecoverToInitialized(PlayerOnInfoType type, int32_t extra);
172 void RecoverToPrepared(PlayerOnInfoType type, int32_t extra);
173 void RecoverToCompleted(PlayerOnInfoType type, int32_t extra);
175 void CheckHasRecover(PlayerOnInfoType type, int32_t extra);
179 void GetDefaultTrack(PlayerOnInfoType type, int32_t extra, const Format &infoBody);
Dplayer_server_mem.cpp714 void PlayerServerMem::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
867 void PlayerServerMem::RecoverToInitialized(PlayerOnInfoType type, int32_t extra) in RecoverToInitialized()
874 void PlayerServerMem::RecoverToPrepared(PlayerOnInfoType type, int32_t extra) in RecoverToPrepared()
888 void PlayerServerMem::RecoverToCompleted(PlayerOnInfoType type, int32_t extra) in RecoverToCompleted()
900 void PlayerServerMem::CheckHasRecover(PlayerOnInfoType type, int32_t extra) in CheckHasRecover()
968 void PlayerServerMem::GetDefaultTrack(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in GetDefaultTrack()
/foundation/multimedia/player_framework/services/services/player/ipc/
Dplayer_listener_stub.h34 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
42 void OnMonitor(PlayerOnInfoType type, int32_t extra, const Format &infoBody);
Dplayer_listener_proxy.h32 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
Dplayer_listener_stub.cpp61 OnInfo(static_cast<PlayerOnInfoType>(type), extra, format); in OnRemoteRequest()
86 void PlayerListenerStub::OnMonitor(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnMonitor()
102 void PlayerListenerStub::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
Di_standard_player_listener.h35 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
Dplayer_listener_proxy.cpp54 void PlayerListenerProxy::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
95 void PlayerListenerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server.h40 …virtual int32_t OnMessageReceived(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = …
56 int32_t HandleMessage(PlayerOnInfoType type, int32_t extra, const Format &infoBody);
117 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
155 void OnInfoNoChangeStatus(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {});
Dplayer_server_state.h36 int32_t OnMessageReceived(PlayerOnInfoType type, int32_t extra, const Format &infoBody) final;
/foundation/multimedia/player_framework/test/fuzztest/common/
Dtest_player.h42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {});
Dtest_player.cpp33 void TestPlayerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/foundation/multimedia/histreamer/engine/scene/player/standard/
Dhiplayer_callback_looper.cpp126 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
136 auto ptr = Plugin::AnyCast<std::tuple<PlayerOnInfoType, int32_t, Format>>(&info); in DoReportInfo()
Dhiplayer_callback_looper.h48 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
Dboot_videoplayer.h67 … void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) override;
/foundation/multimedia/player_framework/frameworks/js/player/
Dvideo_callback_napi.h57 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
Dplayer_callback_napi.h42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Dmedia_callback.h48 …void OnInfo(OHOS::Media::PlayerOnInfoType type, int32_t extra, const OHOS::Media::Format &InfoBody…
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dplayer.h97 enum PlayerOnInfoType : int32_t { enum
223 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dboot_videoplayer.cpp107 void VideoPlayerCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &… in OnInfo()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_callback.h44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
/foundation/multimedia/player_framework/services/services/engine_intf/
Di_player_engine.h39 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dmedia_player_callback.h89 …void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &InfoBody = {}) overr…
/foundation/multimedia/player_framework/frameworks/native/system_sound/
Daudio_ringtone_manager.h133 … void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) override;

12