Home
last modified time | relevance | path

Searched refs:GetControlCommand (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer.h44 virtual int32_t GetControlCommand(AVControlCommand& command) = 0;
H A Dremote_session_syncer_impl.h52 int32_t GetControlCommand(AVControlCommand& command) override;
H A Dremote_session_source_impl.cpp92 … CHECK_AND_RETURN_RET_LOG(syncers_[deviceId]->GetControlCommand(command) == AVSESSION_SUCCESS, in HandleSourceSessionDataCategory()
H A Dremote_session_syncer_impl.cpp171 int32_t RemoteSessionSyncerImpl::GetControlCommand(AVControlCommand& command) in GetControlCommand() function in OHOS::AVSession::RemoteSessionSyncerImpl