Home
last modified time | relevance | path

Searched refs:CreateStreamPlayer (Results 1 - 25 of 29) sorted by relevance

12

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session.cpp129 int32_t CastSession::CreateStreamPlayer(std::shared_ptr<IStreamPlayer> &streamPlayer) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineClient::CastSession
136 int32_t ret = proxy_->CreateStreamPlayer(streamPlayerIpc); in CreateStreamPlayer()
H A Dcast_session_impl_proxy.cpp282 int32_t CastSessionImplProxy::CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineClient::CastSessionImplProxy
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp74 std::shared_ptr<CastEngine::IStreamPlayer> HwCastProviderSession::CreateStreamPlayer() in CreateStreamPlayer() function in OHOS::AVSession::HwCastProviderSession
76 SLOGI("CreateStreamPlayer in HwCastProviderSession"); in CreateStreamPlayer()
83 castSession_->CreateStreamPlayer(streamPlayerPtr); in CreateStreamPlayer()
H A Dhw_cast_provider_session.h39 std::shared_ptr<CastEngine::IStreamPlayer> CreateStreamPlayer();
H A Dhw_cast_provider.cpp270 std::shared_ptr<IStreamPlayer> streamPlayer = hwCastProviderSession->CreateStreamPlayer(); in GetRemoteController()
453 std::shared_ptr<IStreamPlayer> streamPlayer = hwCastProviderSession->CreateStreamPlayer(); in OnSessionCreated()
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_impl_proxy.h44 int32_t CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) override;
H A Dcast_session.h44 int32_t CreateStreamPlayer(std::shared_ptr<IStreamPlayer> &streamPlayer) override;
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session.h60 virtual int32_t CreateStreamPlayer(std::shared_ptr<IStreamPlayer> &streamPlayer) = 0;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_impl.h57 virtual int32_t CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Dcast_stream_manager_server.h40 sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) override;
H A Dcast_stream_manager_client.h43 sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) override;
H A Di_cast_stream_manager.h44 virtual sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Dcast_stream_manager_server.h40 sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) override;
H A Dcast_stream_manager_client.h43 sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) override;
H A Di_cast_stream_manager.h44 virtual sptr<IStreamPlayerIpc> CreateStreamPlayer(const std::function<void(void)> &releaseCallback) = 0;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session.h70 static napi_value CreateStreamPlayer(napi_env env, napi_callback_info info);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl_stub.cpp232 int32_t ret = CreateStreamPlayer(streamPlayerStub); in DoCreateStreamPlayer()
H A Dcast_session_impl.cpp324 int32_t CastSessionImpl::CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
334 streamPlayer = streamManager->CreateStreamPlayer([this]() { DestroyStreamPlayer(); }); in CreateStreamPlayer()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl_stub.cpp232 int32_t ret = CreateStreamPlayer(streamPlayerStub); in DoCreateStreamPlayer()
H A Dcast_session_impl.cpp324 int32_t CastSessionImpl::CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
334 streamPlayer = streamManager->CreateStreamPlayer([this]() { DestroyStreamPlayer(); }); in CreateStreamPlayer()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session.cpp61 DECLARE_NAPI_FUNCTION("createStreamPlayer", CreateStreamPlayer), in DefineCastSessionJSClass()
531 napi_value NapiCastSession::CreateStreamPlayer(napi_env env, napi_callback_info info) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineClient::NapiCastSession
551 int32_t ret = castSession->CreateStreamPlayer(napiAsyntask->player_); in CreateStreamPlayer()
554 napiAsyntask->errMessage = "CreateStreamPlayer failed : no permission"; in CreateStreamPlayer()
556 napiAsyntask->errMessage = "CreateStreamPlayer failed : native server exception"; in CreateStreamPlayer()
569 return NapiAsyncWork::Enqueue(env, napiAsyntask, "CreateStreamPlayer", executor, complete); in CreateStreamPlayer()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_server.cpp59 sptr<IStreamPlayerIpc> CastStreamManagerServer::CreateStreamPlayer(const std::function<void(void)> &releaseCallback) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineService::CastStreamManagerServer
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_server.cpp59 sptr<IStreamPlayerIpc> CastStreamManagerServer::CreateStreamPlayer(const std::function<void(void)> &releaseCallback) in CreateStreamPlayer() function in OHOS::CastEngine::CastEngineService::CastStreamManagerServer
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h75 int32_t CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) override;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h75 int32_t CreateStreamPlayer(sptr<IStreamPlayerIpc> &streamPlayer) override;

Completed in 15 milliseconds

12