Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.h246 void OnAllocationDestroyed(TurnServerAllocation* allocation);
Dturnserver.cc447 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed); in CreateAllocation()
502 void TurnServer::OnAllocationDestroyed(TurnServerAllocation* allocation) { in OnAllocationDestroyed() function in cricket::TurnServer