Home
last modified time | relevance | path

Searched refs:HiPlayerImpl (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp16 #define HST_LOG_TAG "HiPlayerImpl"
31 HiPlayerImpl::HiPlayerImpl() in HiPlayerImpl() function in OHOS::Media::HiPlayerImpl
68 void HiPlayerImpl::UpdateStateNoLock(PlayerStates newState, bool notifyUpward) in UpdateStateNoLock()
91 HiPlayerImpl::~HiPlayerImpl() in ~HiPlayerImpl()
103 std::shared_ptr<HiPlayerImpl> HiPlayerImpl::CreateHiPlayerImpl() in CreateHiPlayerImpl()
105 return std::shared_ptr<HiPlayerImpl>(new (std::nothrow) HiPlayerImpl()); in CreateHiPlayerImpl()
[all...]
H A Dhiplayer_impl.h43 class HiPlayerImpl : public Pipeline::EventReceiver, class
51 ~HiPlayerImpl() override;
53 static std::shared_ptr<HiPlayerImpl> CreateHiPlayerImpl();
116 HiPlayerImpl();
117 HiPlayerImpl(const HiPlayerImpl& other);
118 HiPlayerImpl& operator=(const HiPlayerImpl& other);
H A Dhiplayer.cpp28 return HiPlayerImpl::CreateHiPlayerImpl(); in CreateHiPlayer()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp16 #define HST_LOG_TAG "HiPlayerImpl"
46 HiPlayerImpl::HiPlayerImpl(int32_t appUid, int32_t appPid) in HiPlayerImpl() function in OHOS::Media::HiPlayerImpl
86 HiPlayerImpl::~HiPlayerImpl() in ~HiPlayerImpl()
91 HiPlayerImpl::OnStateChanged(StateId::STOPPED); in ~HiPlayerImpl()
100 void HiPlayerImpl::UpdateStateNoLock(PlayerStates newState, bool notifyUpward) in UpdateStateNoLock()
128 ErrorCode HiPlayerImpl::Init() in Init()
149 int32_t HiPlayerImpl::SetSource(const std::string& uri) in SetSource()
168 int32_t HiPlayerImpl
[all...]
H A Dhiplayer_impl.h45 class HiPlayerImpl : public Pipeline::EventReceiver, class
52 HiPlayerImpl(int32_t appUid, int32_t appPid);
53 ~HiPlayerImpl() override;
54 HiPlayerImpl(const HiPlayerImpl& other) = delete;
55 HiPlayerImpl& operator=(const HiPlayerImpl& other) = delete;
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp60 explicit PlayerEventReceiver(HiPlayerImpl* hiPlayerImpl, std::string playerId) in PlayerEventReceiver()
75 HiPlayerImpl* hiPlayerImpl_;
81 explicit PlayerFilterCallback(HiPlayerImpl* hiPlayerImpl) in PlayerFilterCallback()
94 HiPlayerImpl* hiPlayerImpl_;
97 HiPlayerImpl::HiPlayerImpl(int32_t appUid, int32_t appPid, uint32_t appTokenId, uint64_t appFullTokenId) in HiPlayerImpl() function in OHOS::Media::HiPlayerImpl
111 HiPlayerImpl::~HiPlayerImpl() in ~HiPlayerImpl()
113 MEDIA_LOG_D_SHORT("~HiPlayerImpl dtor called"); in ~HiPlayerImpl()
123 void HiPlayerImpl
[all...]
H A Dhiplayer_impl.h92 class HiPlayerImpl : public IPlayerEngine, public std::enable_shared_from_this<HiPlayerImpl> { class
94 HiPlayerImpl(int32_t appUid, int32_t appPid, uint32_t appTokenId, uint64_t appFullTokenId);
95 ~HiPlayerImpl() override;
96 HiPlayerImpl(const HiPlayerImpl& other) = delete;
97 HiPlayerImpl& operator=(const HiPlayerImpl& other) = delete;
H A Dseek_agent.h30 class HiPlayerImpl;
/foundation/multimedia/media_foundation/engine/scene/standard/
H A Dhst_engine_factory.cpp46 auto player = std::unique_ptr<HiPlayerImpl>(new (std::nothrow) HiPlayerImpl(appUid, appPid)); in CreatePlayerEngine()
/foundation/multimedia/player_framework/services/engine/histreamer/factory/
H A Dhst_engine_factory.cpp103 auto player = std::unique_ptr<HiPlayerImpl>(new (std::nothrow) HiPlayerImpl( in CreatePlayerEngine()
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H A Dhiplayer_impl_unit_test.h35 std::unique_ptr<HiPlayerImpl> hiplayer_;
H A Dhiplayer_impl_unit_test.cpp41 hiplayer_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in SetUp()
/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/
H A Dplayer_server_mem_unit_test.cpp734 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
754 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
775 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
797 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
817 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
837 playerServerMem_->playerEngine_ = std::make_unique<HiPlayerImpl>(0, 0, 0, 0); in HWTEST_F()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp39 std::shared_ptr<HiPlayerImpl> player = HiPlayerImpl::CreateHiPlayerImpl();
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp103 auto player = std::make_unique<HiPlayerImpl>(0, 0); in Create()

Completed in 10 milliseconds