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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 674 const uint32 MSG_LIFETIME_TIMER = 1;
689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
752 if (pmsg->message_id == MSG_LIFETIME_TIMER) {
761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 666 const uint32 MSG_LIFETIME_TIMER = 1;
682 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
745 if (pmsg->message_id == MSG_LIFETIME_TIMER) {
754 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);

Completed in 5890 milliseconds