Searched refs:candidate_module (Results 1 – 2 of 2) sorted by relevance
330 RtcpFeedbackSenderInterface* candidate_module, in AddRembModuleCandidate() argument332 RTC_DCHECK(candidate_module); in AddRembModuleCandidate()336 candidate_module) == candidates.cend()); in AddRembModuleCandidate()337 candidates.push_back(candidate_module); in AddRembModuleCandidate()342 RtcpFeedbackSenderInterface* candidate_module, in MaybeRemoveRembModuleCandidate() argument344 RTC_DCHECK(candidate_module); in MaybeRemoveRembModuleCandidate()347 auto it = std::find(candidates.begin(), candidates.end(), candidate_module); in MaybeRemoveRembModuleCandidate()
85 void AddRembModuleCandidate(RtcpFeedbackSenderInterface* candidate_module,89 RtcpFeedbackSenderInterface* candidate_module,