HomeSort by relevance Sort by last modified time
    Searched defs:BasicPortAllocatorSession (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 136 return new BasicPortAllocatorSession(
141 // BasicPortAllocatorSession
142 BasicPortAllocatorSession::BasicPortAllocatorSession(
157 this, &BasicPortAllocatorSession::OnNetworksChanged);
161 BasicPortAllocatorSession::~BasicPortAllocatorSession() {
183 void BasicPortAllocatorSession::StartGettingPorts() {
198 void BasicPortAllocatorSession::StopGettingPorts() {
205 void BasicPortAllocatorSession::ClearGettingPorts()
    [all...]
basicportallocator.h 94 class BasicPortAllocatorSession : public PortAllocatorSession,
97 BasicPortAllocatorSession(BasicPortAllocator* allocator,
102 ~BasicPortAllocatorSession();
255 AllocationSequence(BasicPortAllocatorSession* session,
287 // in any candidates. Using this signal BasicPortAllocatorSession can send
289 // BasicPortAllocatorSession doesn't have any event to trigger signal. This
315 BasicPortAllocatorSession* session_;

Completed in 517 milliseconds