Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_request.cc181 tstamp_(0) { in StunRequest()
186 : count_(0), timeout_(false), manager_(0), msg_(request), tstamp_(0) { in StunRequest()
224 return static_cast<int>(rtc::TimeMillis() - tstamp_); in Elapsed()
242 tstamp_ = rtc::TimeMillis(); in OnMessage()
Dstun_request.h150 int64_t tstamp_; variable