HomeSort by relevance Sort by last modified time
    Searched full:lifetime_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/p2p/base/
relayserver.h 191 uint32_t lifetime() { return lifetime_; }
229 uint32_t lifetime_; member in class:cricket::RelayServerBinding
relayserver.cc 660 lifetime_(lifetime) {
670 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
737 if (rtc::Time() >= last_used_ + lifetime_) {
741 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
turnport.cc 85 void set_lifetime(int lifetime) { lifetime_ = lifetime; }
89 int lifetime_; member in class:cricket::TurnRefreshRequest
    [all...]

Completed in 300 milliseconds