Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc635 if (!iter->second.candidates_allocated()) in OnChannelCandidatesAllocationDone()
666 if (!iter->second.candidates_allocated()) { in OnChannelConnectionRemoved()
690 iter->second.candidates_allocated())) { in MaybeCompleted_w()
Dsession.cc271 set_candidates_allocated(target->candidates_allocated()); in SetupMux()
713 bool candidates_allocated = IsCandidateAllocationDone(); in MaybeEnableMuxingSupport() local
733 if (!candidates_allocated) { in MaybeEnableMuxingSupport()
786 if (!iter->second->candidates_allocated()) in IsCandidateAllocationDone()
Dtransport.h418 bool candidates_allocated() const { return candidates_allocated_; } in candidates_allocated() function
Dsession.h122 bool candidates_allocated() const { return candidates_allocated_; } in candidates_allocated() function