Searched refs:sinkImpl_ (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_sink_proxy.cpp | 57 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 D | remote_session_sink_proxy.h | 47 RemoteSessionSinkImpl *sinkImpl_ = nullptr; member in OHOS::AVSession::RemoteSessionSinkProxy
|
Completed in 2 milliseconds