HomeSort by relevance Sort by last modified time
    Searched refs:LT_POSTTIMEOUT (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
port.cc 412 lifetime_ = LT_POSTTIMEOUT;
458 if ((lifetime_ == LT_POSTTIMEOUT) && connections_.empty()) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 369 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
port.cc 671 lifetime_ = LT_POSTTIMEOUT;
719 if ((lifetime_ == LT_POSTTIMEOUT) && connections_.empty()) {
    [all...]

Completed in 217 milliseconds