Searched refs:GetControlCommand (Results 1 – 4 of 4) sorted by relevance
44 virtual int32_t GetControlCommand(AVControlCommand& command) = 0;
52 int32_t GetControlCommand(AVControlCommand& command) override;
92 … CHECK_AND_RETURN_RET_LOG(syncers_[deviceId]->GetControlCommand(command) == AVSESSION_SUCCESS, in HandleSourceSessionDataCategory()
171 int32_t RemoteSessionSyncerImpl::GetControlCommand(AVControlCommand& command) in GetControlCommand() function in OHOS::AVSession::RemoteSessionSyncerImpl