Home
last modified time | relevance | path

Searched refs:OnInfo (Results 1 – 25 of 74) sorted by relevance

123

/foundation/multimedia/player_framework/services/services/recorder/ipc/
Drecorder_listener_stub.cpp55 OnInfo(type, extra); in OnRemoteRequest()
76 void RecorderListenerStub::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerStub
79 callback_->OnInfo(type, extra); in OnInfo()
Drecorder_listener_proxy.cpp52 void RecorderListenerProxy::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerProxy
85 void RecorderListenerCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerCallback
88 listener_->OnInfo(type, extra); in OnInfo()
Drecorder_listener_proxy.h32 void OnInfo(int32_t type, int32_t extra) override;
44 void OnInfo(int32_t type, int32_t extra) override;
Di_standard_recorder_listener.h30 virtual void OnInfo(int32_t type, int32_t extra) = 0;
Drecorder_listener_stub.h31 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/media_lite/test/unittest/recorder_lite/
Drecorder_lite_test.h36 void OnInfo(const int32_t type, const int32_t extra);
44 void OnInfo(int32_t type, int32_t extra);
Drecorder_lite_test.cpp46 void RecorderLiteTest::OnInfo(const int32_t type, const int32_t extra) in OnInfo() function in OHOS::RecorderLiteTest
57 void TestVideoRecorderCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::TestVideoRecorderCallback
/foundation/multimedia/player_framework/services/engine/gstreamer/player/
Dplayer_engine_gst_impl.cpp186 notifyObs->OnInfo(INFO_TYPE_STATE_CHANGE, PLAYER_STATE_ERROR, format); in HandleErrorMessage()
198 notifyObs->OnInfo(static_cast<PlayerOnInfoType>(msg.type), status, format); in HandleInfoMessage()
212 notifyObs->OnInfo(INFO_TYPE_SEEKDONE, status, format); in HandleSeekDoneMessage()
224 notifyObs->OnInfo(INFO_TYPE_SPEEDDONE, speedMode, format); in HandleSpeedDoneMessage()
235 notifyObs->OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in HandleBufferingStart()
246 notifyObs->OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in HandleBufferingEnd()
275 notifyObs->OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in HandleBufferingTime()
291 tempObs->OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in HandleBufferingPercent()
308 …notifyObs->OnInfo(INFO_TYPE_MESSAGE, PlayerMessageType::PLAYER_INFO_VIDEO_RENDERING_START, format); in HandleVideoRenderingStart()
321 notifyObs->OnInfo(INFO_TYPE_RESOLUTION_CHANGE, 0, format); in HandleVideoSizeChanged()
[all …]
/foundation/multimedia/player_framework/services/services/player/ipc/
Dplayer_listener_stub.cpp61 OnInfo(static_cast<PlayerOnInfoType>(type), extra, format); in OnRemoteRequest()
102 void PlayerListenerStub::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::PlayerListenerStub
108 cb->OnInfo(type, extra, infoBody); in OnInfo()
113 cb->OnInfo(type, extra, infoBody); in OnInfo()
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_proxy.cpp54 void PlayerListenerProxy::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::PlayerListenerProxy
95 void PlayerListenerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::PlayerListenerCallback
98 listener_->OnInfo(type, extra, infoBody); in OnInfo()
Di_standard_player_listener.h35 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
Dplayer_listener_stub.h34 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
/foundation/multimedia/histreamer/engine/scene/player/standard/
Dhiplayer_impl.cpp117 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pendingState, format); in UpdateStateNoLock()
121 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pipelineStates_, format); in UpdateStateNoLock()
217 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in Prepare()
495 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in HandleReadyEvent()
558 …callbackLooper_.OnInfo(INFO_TYPE_MESSAGE, PlayerMessageType::PLAYER_INFO_VIDEO_RENDERING_START, fo… in OnEvent()
563 callbackLooper_.OnInfo(INFO_TYPE_IS_LIVE_STREAM, 0, format); in OnEvent()
671 callbackLooper_.OnInfo(INFO_TYPE_SEEKDONE, static_cast<int32_t>(currentPos), format); in DoSeek()
672 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, static_cast<int32_t>(currentPos), format); in DoSeek()
704 callbackLooper_.OnInfo(INFO_TYPE_DURATION_UPDATE, Plugin::HstTime2Ms(duration_), format); in DoOnReady()
716 callbackLooper_.OnInfo(INFO_TYPE_EOS, static_cast<int32_t>(singleLoop_.load()), format); in DoOnComplete()
[all …]
Dhiplayer_callback_looper.cpp98 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportMediaProgress()
126 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HiPlayerCallbackLooper
139 obs->OnInfo(std::get<0>(*ptr), std::get<1>(*ptr), std::get<2>(*ptr)); // indexes in DoReportInfo()
Dhiplayer_callback_looper.h48 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_video.h273 virtual void OnInfo(int32_t type, int32_t extra) {} in OnInfo() function
406 void OnInfo(int32_t type, int32_t extra) override in OnInfo() function
409 videoPlayerListener_->OnInfo(type, extra); in OnInfo()
/foundation/multimedia/player_framework/test/fuzztest/common/
Dtest_player.h42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {});
/foundation/multimedia/media_lite/services/recorder_lite/server/include/
Drecorder_service.h51 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_callback.h41 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/player_framework/frameworks/js/recorder/
Drecorder_callback_napi.h47 void OnInfo(int32_t type, int32_t extra) 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/services/services/engine_intf/
Di_recorder_engine.h68 virtual void OnInfo(InfoType type, int32_t extra) = 0;
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
Dplayer.h141 virtual void OnInfo(int type, int extra) = 0;
/foundation/multimedia/player_framework/frameworks/js/player/
Dvideo_callback_napi.h57 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;

123