Home
last modified time | relevance | path

Searched refs:sinkImpl_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_proxy.cpp57 sinkImpl_ = createRemoteSessionSinkImpl(); in LoadSinkImplement()
78 destroyRemoteSessionSinkImpl(sinkImpl_); in UnLoadSinkImplement()
97 CHECK_AND_RETURN_RET_LOG(sinkImpl_ != nullptr, AVSESSION_ERROR, "sinkImpl_ is nullptr"); in CastSessionFromRemote()
98 int32_t ret = sinkImpl_->CastSessionFromRemote(session, sourceSessionId, sourceDevice, sinkDevice, sourceCap); in CastSessionFromRemote()
105 CHECK_AND_RETURN_RET_LOG(sinkImpl_ != nullptr, AVSESSION_ERROR, "sinkImpl_ is nullptr"); in CancelCastSession()
106 int32_t ret = sinkImpl_->CancelCastSession(); in CancelCastSession()
114 CHECK_AND_RETURN_RET_LOG(sinkImpl_ != nullptr, AVSESSION_ERROR, "sinkImpl_ i in SetControlCommand()
[all...]
H A Dremote_session_sink_proxy.h47 RemoteSessionSinkImpl *sinkImpl_ = nullptr; member in OHOS::AVSession::RemoteSessionSinkProxy

Completed in 2 milliseconds