Home
last modified time | relevance | path

Searched refs:DeliverInputEvent (Results 1 - 16 of 16) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl.cpp73 int32_t MirrorPlayerImpl::DeliverInputEvent(const OHRemoteControlEvent &event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
75 CLOGD("DeliverInputEvent in"); in DeliverInputEvent()
81 return session->DeliverInputEvent(event); in DeliverInputEvent()
H A Dmirror_player_impl_stub.cpp133 if (!reply.WriteInt32(DeliverInputEvent(*remoteControlEvent))) { in DoDeliverInputEvent()
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/
H A Dmirror_player_impl.cpp73 int32_t MirrorPlayerImpl::DeliverInputEvent(const OHRemoteControlEvent &event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
75 CLOGD("DeliverInputEvent in"); in DeliverInputEvent()
81 return session->DeliverInputEvent(event); in DeliverInputEvent()
H A Dmirror_player_impl_stub.cpp133 if (!reply.WriteInt32(DeliverInputEvent(*remoteControlEvent))) { in DoDeliverInputEvent()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player.cpp77 int32_t MirrorPlayer::DeliverInputEvent(OHRemoteControlEvent event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineClient::MirrorPlayer
79 return proxy_ ? proxy_->DeliverInputEvent(event) : CAST_ENGINE_ERROR; in DeliverInputEvent()
H A Dmirror_player_impl_proxy.cpp144 int32_t MirrorPlayerImplProxy::DeliverInputEvent(const OHRemoteControlEvent &event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineClient::MirrorPlayerImplProxy
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_mirror_player.h40 virtual int32_t DeliverInputEvent(OHRemoteControlEvent event) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/include/
H A Dmirror_player_impl.h39 int32_t DeliverInputEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/include/
H A Dmirror_player_impl.h39 int32_t DeliverInputEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h39 int32_t DeliverInputEvent(OHRemoteControlEvent event) override;
H A Dmirror_player_impl_proxy.h39 int32_t DeliverInputEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_mirror_player_impl.h45 virtual int32_t DeliverInputEvent(const OHRemoteControlEvent &event) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h91 int32_t DeliverInputEvent(const OHRemoteControlEvent &event);
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h91 int32_t DeliverInputEvent(const OHRemoteControlEvent &event);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp471 int32_t CastSessionImpl::DeliverInputEvent(const OHRemoteControlEvent &event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
476 CLOGD("DeliverInputEvent in."); in DeliverInputEvent()
478 CLOGE("DeliverInputEvent failed, not playing."); in DeliverInputEvent()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp471 int32_t CastSessionImpl::DeliverInputEvent(const OHRemoteControlEvent &event) in DeliverInputEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
476 CLOGD("DeliverInputEvent in."); in DeliverInputEvent()
478 CLOGE("DeliverInputEvent failed, not playing."); in DeliverInputEvent()

Completed in 9 milliseconds