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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 204 uint32 lifetime() { return lifetime_; }
242 uint32 lifetime_; member in class:cricket::RelayServerBinding
port.cc 138 lifetime_(LT_PRESTART),
411 ASSERT(lifetime_ == LT_PRETIMEOUT);
412 lifetime_ = LT_POSTTIMEOUT;
429 if (lifetime_ == LT_PRESTART) {
430 lifetime_ = LT_PRETIMEOUT;
458 if ((lifetime_ == LT_POSTTIMEOUT) && connections_.empty()) {
relayserver.cc 680 lifetime_(lifetime) {
689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
757 if (talk_base::Time() >= last_used_ + lifetime_) {
761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
port.h 254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_; member in class:cricket::Port
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 205 uint32 lifetime() { return lifetime_; }
243 uint32 lifetime_; member in class:cricket::RelayServerBinding
relayserver.cc 670 lifetime_(lifetime) {
680 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
748 if (talk_base::Time() >= last_used_ + lifetime_) {
752 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
port.cc 179 lifetime_(LT_PRESTART),
205 lifetime_(LT_PRESTART),
670 ASSERT(lifetime_ == LT_PRETIMEOUT);
671 lifetime_ = LT_POSTTIMEOUT;
690 if (lifetime_ == LT_PRESTART) {
691 lifetime_ = LT_PRETIMEOUT;
719 if ((lifetime_ == LT_POSTTIMEOUT) && connections_.empty()) {
    [all...]
port.h 369 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_; member in class:cricket::Port

Completed in 900 milliseconds