Home
last modified time | relevance | path

Searched refs:PlayerImplCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h100 class PlayerImplCallback : public PlayerCallback { class
102 PlayerImplCallback(const std::shared_ptr<PlayerCallback> playerCb, std::shared_ptr<PlayerImpl> player);
103 ~PlayerImplCallback() = default;
H A Dplayer_impl.cpp429 std::shared_ptr<PlayerCallback> playerCb = std::make_shared<PlayerImplCallback>(callback, shared_from_this()); in SetPlayerCallback()
492 PlayerImplCallback::PlayerImplCallback(const std::shared_ptr<PlayerCallback> playerCb, in PlayerImplCallback() function in OHOS::Media::PlayerImplCallback
507 void PlayerImplCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
514 void PlayerImplCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()

Completed in 2 milliseconds