Home
last modified time | relevance | path

Searched refs:MirrorPlayer (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player.cpp27 DEFINE_CAST_ENGINE_LABEL("Cast-Client-MirrorPlayer");
29 MirrorPlayer::~MirrorPlayer() in ~MirrorPlayer()
34 int32_t MirrorPlayer::Play(const std::string &deviceId) in Play()
43 int32_t MirrorPlayer::Pause(const std::string &deviceId) in Pause()
52 int32_t MirrorPlayer::SetSurface(const std::string &surfaceId) in SetSurface()
72 int32_t MirrorPlayer::SetAppInfo(const AppInfo &appInfo) in SetAppInfo()
77 int32_t MirrorPlayer::DeliverInputEvent(OHRemoteControlEvent event) in DeliverInputEvent()
82 int32_t MirrorPlayer::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent()
87 int32_t MirrorPlayer
[all...]
H A Dcast_session.cpp120 auto player = std::make_shared<MirrorPlayer>(impl); in CreateMirrorPlayer()
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h30 class MirrorPlayer : public IMirrorPlayer { class
32 MirrorPlayer(sptr<IMirrorPlayerImpl> proxy) : proxy_(proxy) {}; in MirrorPlayer() function in OHOS::CastEngine::CastEngineClient::MirrorPlayer
33 ~MirrorPlayer() override;

Completed in 1 milliseconds