Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_port_allocator.h146 bool CandidatesAllocationDone() const override { return allocation_done_; } in CandidatesAllocationDone()
185 allocation_done_ = true; in OnPortComplete()
201 bool allocation_done_ = false; variable