/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 224 name_(name), session_type_(session_type), network_thread_(NULL), 229 if (network_thread_ != NULL) 230 network_thread_->Clear(this); 244 network_thread_ = talk_base::Thread::Current(); 246 network_thread_->Post(this, MSG_CONFIG_START); 249 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); 253 ASSERT(talk_base::Thread::Current() == network_thread_); 256 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE); 264 ASSERT(talk_base::Thread::Current() == network_thread_); 266 network_thread_->Clear(this, MSG_ALLOCATE) [all...] |
basicportallocator.h | 114 talk_base::Thread* network_thread() { return network_thread_; } 151 talk_base::Thread* network_thread_; member in class:cricket::BasicPortAllocatorSession
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 241 allocator_(allocator), network_thread_(NULL), 255 if (network_thread_ != NULL) 256 network_thread_->Clear(this); 270 network_thread_ = talk_base::Thread::Current(); 273 new talk_base::BasicPacketSocketFactory(network_thread_)); 278 network_thread_->Post(this, MSG_CONFIG_START); 281 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); 285 ASSERT(talk_base::Thread::Current() == network_thread_); 287 network_thread_->Clear(this, MSG_ALLOCATE); 290 network_thread_->Post(this, MSG_CONFIG_STOP) [all...] |
basicportallocator.h | 126 talk_base::Thread* network_thread() { return network_thread_; } 204 talk_base::Thread* network_thread_; member in class:cricket::BasicPortAllocatorSession
|