Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.h228 TurnServerAllocation* CreateAllocation(
Dturnserver.cc386 TurnServerAllocation* alloc = CreateAllocation(conn, proto, key); in HandleAllocateRequest()
435 TurnServerAllocation* TurnServer::CreateAllocation(TurnServerConnection* conn, in CreateAllocation() function in cricket::TurnServer