Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator.cc199 CreateSessionInternal("", 0, iceCredentials.ufrag, iceCredentials.pwd); in SetConfiguration()
215 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
Dfake_port_allocator.h232 cricket::PortAllocatorSession* CreateSessionInternal( in CreateSessionInternal() function
Dport_allocator.h607 virtual PortAllocatorSession* CreateSessionInternal(
/external/webrtc/p2p/client/
Dbasic_port_allocator.h64 PortAllocatorSession* CreateSessionInternal(
Dbasic_port_allocator.cc221 PortAllocatorSession* BasicPortAllocator::CreateSessionInternal( in CreateSessionInternal() function in cricket::BasicPortAllocator