/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
D | player_server_mem_state.h | 30 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;
|
D | player_server_mem_state.cpp | 41 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()
|
D | player_server_mem.h | 71 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);
|
D | player_server_mem.cpp | 714 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/ |
D | player_listener_stub.h | 34 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override; 42 void OnMonitor(PlayerOnInfoType type, int32_t extra, const Format &infoBody);
|
D | player_listener_proxy.h | 32 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override; 44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
|
D | player_listener_stub.cpp | 61 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()
|
D | i_standard_player_listener.h | 35 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
|
D | player_listener_proxy.cpp | 54 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/ |
D | player_server.h | 40 …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 = {});
|
D | player_server_state.h | 36 int32_t OnMessageReceived(PlayerOnInfoType type, int32_t extra, const Format &infoBody) final;
|
/foundation/multimedia/player_framework/test/fuzztest/common/ |
D | test_player.h | 42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {});
|
D | test_player.cpp | 33 void TestPlayerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
|
/foundation/multimedia/histreamer/engine/scene/player/standard/ |
D | hiplayer_callback_looper.cpp | 126 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()
|
D | hiplayer_callback_looper.h | 48 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
D | boot_videoplayer.h | 67 … void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) override;
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
D | video_callback_napi.h | 57 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|
D | player_callback_napi.h | 42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
D | media_callback.h | 48 …void OnInfo(OHOS::Media::PlayerOnInfoType type, int32_t extra, const OHOS::Media::Format &InfoBody…
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
D | player.h | 97 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/ |
D | boot_videoplayer.cpp | 107 void VideoPlayerCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &… in OnInfo()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
D | avplayer_callback.h | 44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
D | i_player_engine.h | 39 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
D | media_player_callback.h | 89 …void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &InfoBody = {}) overr…
|
/foundation/multimedia/player_framework/frameworks/native/system_sound/ |
D | audio_ringtone_manager.h | 133 … void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) override;
|