Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.h244 void DestroyEntryIfNotCancelled(TurnEntry* entry, uint32_t timestamp);
Dturnport.cc980 void TurnPort::DestroyEntryIfNotCancelled(TurnEntry* entry, in DestroyEntryIfNotCancelled() function in cricket::TurnPort
1006 rtc::Bind(&TurnPort::DestroyEntryIfNotCancelled, this, entry, timestamp), in ScheduleEntryDestruction()