Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_port.h343 void DestroyEntryIfNotCancelled(TurnEntry* entry, int64_t timestamp);
Dturn_port.cc1250 void TurnPort::DestroyEntryIfNotCancelled(TurnEntry* entry, int64_t timestamp) { in DestroyEntryIfNotCancelled() function in cricket::TurnPort
1279 rtc::Bind(&TurnPort::DestroyEntryIfNotCancelled, this, entry, timestamp), in ScheduleEntryDestruction()