/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
D | recorder_listener_stub.cpp | 55 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()
|
D | recorder_listener_proxy.cpp | 52 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()
|
D | recorder_listener_proxy.h | 32 void OnInfo(int32_t type, int32_t extra) override; 44 void OnInfo(int32_t type, int32_t extra) override;
|
D | i_standard_recorder_listener.h | 30 virtual void OnInfo(int32_t type, int32_t extra) = 0;
|
D | recorder_listener_stub.h | 31 void OnInfo(int32_t type, int32_t extra) override;
|
/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
D | recorder_lite_test.h | 36 void OnInfo(const int32_t type, const int32_t extra); 44 void OnInfo(int32_t type, int32_t extra);
|
D | recorder_lite_test.cpp | 46 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/ |
D | player_engine_gst_impl.cpp | 186 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/ |
D | player_listener_stub.cpp | 61 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()
|
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_proxy.cpp | 54 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()
|
D | i_standard_player_listener.h | 35 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) = 0;
|
D | player_listener_stub.h | 34 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
|
/foundation/multimedia/histreamer/engine/scene/player/standard/ |
D | hiplayer_impl.cpp | 117 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 …]
|
D | hiplayer_callback_looper.cpp | 98 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()
|
D | hiplayer_callback_looper.h | 48 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
D | ui_video.h | 273 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/ |
D | test_player.h | 42 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {});
|
/foundation/multimedia/media_lite/services/recorder_lite/server/include/ |
D | recorder_service.h | 51 void OnInfo(int32_t type, int32_t extra) override;
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
D | avrecorder_callback.h | 41 void OnInfo(int32_t type, int32_t extra) override;
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
D | recorder_callback_napi.h | 47 void OnInfo(int32_t type, int32_t extra) 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/services/services/engine_intf/ |
D | i_recorder_engine.h | 68 virtual void OnInfo(InfoType type, int32_t extra) = 0;
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
D | player.h | 141 virtual void OnInfo(int type, int extra) = 0;
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
D | video_callback_napi.h | 57 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
|