HomeSort by relevance Sort by last modified time
    Searched refs:candidates_allocated (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 237 set_candidates_allocated(target->candidates_allocated());
649 bool candidates_allocated = IsCandidateAllocationDone(); local
669 if (!candidates_allocated) {
722 if (!iter->second->candidates_allocated())
    [all...]
transport.h 393 bool candidates_allocated() const { return candidates_allocated_; } function in struct:cricket::Transport::ChannelMapEntry
session.h 118 bool candidates_allocated() const { return candidates_allocated_; } function in class:cricket::TransportProxy
transport.cc 586 if (!iter->second.candidates_allocated())

Completed in 132 milliseconds