Home
last modified time | relevance | path

Searched refs:SetControlCommand (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_proxy.cpp101 int32_t RemoteSessionSinkProxy::SetControlCommand(const AVControlCommand& command) in SetControlCommand() function in OHOS::AVSession::RemoteSessionSinkProxy
105 int32_t ret = sinkImpl_->SetControlCommand(command); in SetControlCommand()
H A Dremote_session_sink.h32 virtual int32_t SetControlCommand(const AVControlCommand& command) = 0;
H A Dremote_session_sink_proxy.h34 int32_t SetControlCommand(const AVControlCommand& command) override;
H A Dremote_session_sink_impl.h39 int32_t SetControlCommand(const AVControlCommand& command) override;
H A Dremote_session_sink_impl.cpp134 int32_t RemoteSessionSinkImpl::SetControlCommand(const AVControlCommand& command) in SetControlCommand() function in OHOS::AVSession::RemoteSessionSinkImpl
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp1662 …CHECK_AND_RETURN_LOG(remoteSink_->SetControlCommand(cmd) == AVSESSION_SUCCESS, "SetControlCommand … in ExecuteControllerCommand()