Home
last modified time | relevance | path

Searched refs:HwCastStreamPlayer (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_test.cpp54 std::shared_ptr<HwCastStreamPlayer> streamplayer = std::make_shared<HwCastStreamPlayer>(nullptr); in HWTEST()
69 std::shared_ptr<HwCastStreamPlayer> streamplayer = std::make_shared<HwCastStreamPlayer>(nullptr); in HWTEST()
84 std::shared_ptr<HwCastStreamPlayer> streamplayer = std::make_shared<HwCastStreamPlayer>(nullptr); in HWTEST()
102 std::shared_ptr<HwCastStreamPlayer> streamplayer = std::make_shared<HwCastStreamPlayer>(nullptr); in HWTEST()
120 std::shared_ptr<HwCastStreamPlayer> streamplayer = std::make_shared<HwCastStreamPlayer>(nullpt in HWTEST()
[all...]
H A Dhw_cast_stream_player_test.cpp41 std::shared_ptr<HwCastStreamPlayer> hwCastStreamPlayer = nullptr;
117 hwCastStreamPlayer = std::make_shared<HwCastStreamPlayer>(streamPlayer); in SetUp()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp30 HwCastStreamPlayer::~HwCastStreamPlayer() in ~HwCastStreamPlayer()
32 SLOGI("destruct the HwCastStreamPlayer without release"); in ~HwCastStreamPlayer()
35 void HwCastStreamPlayer::Init() in Init()
37 SLOGI("Init the HwCastStreamPlayer"); in Init()
45 void HwCastStreamPlayer::Release() in Release()
47 SLOGI("Release the HwCastStreamPlayer"); in Release()
58 SLOGI("Release the HwCastStreamPlayer done"); in Release()
61 int32_t HwCastStreamPlayer::CheckCastTime(int32_t castTime) in CheckCastTime()
70 void HwCastStreamPlayer
[all...]
H A Dhw_cast_stream_player.h29 class HwCastStreamPlayer : public IAVCastControllerProxy, public CastEngine::IStreamPlayerListener, class
30 public std::enable_shared_from_this<HwCastStreamPlayer> {
32 explicit HwCastStreamPlayer(std::shared_ptr<CastEngine::IStreamPlayer> streamPlayer) in HwCastStreamPlayer() function in OHOS::AVSession::HwCastStreamPlayer
34 ~HwCastStreamPlayer() override;
H A Dhw_cast_provider.cpp271 std::shared_ptr<HwCastStreamPlayer> hwCastStreamPlayer = std::make_shared<HwCastStreamPlayer>(streamPlayer); in GetRemoteController()
454 std::shared_ptr<HwCastStreamPlayer> hwCastStreamPlayer = std::make_shared<HwCastStreamPlayer>(streamPlayer); in OnSessionCreated()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp129 std::shared_ptr<HwCastStreamPlayer> HwCastStreamPlayer_ = std::make_shared<HwCastStreamPlayer>(nullptr); in SetUp()

Completed in 6 milliseconds