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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 243 allocator_(allocator), network_thread_(NULL),
256 if (network_thread_ != NULL)
257 network_thread_->Clear(this);
277 network_thread_ = rtc::Thread::Current();
280 new rtc::BasicPacketSocketFactory(network_thread_));
285 network_thread_->Post(this, MSG_CONFIG_START);
288 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
292 ASSERT(rtc::Thread::Current() == network_thread_);
294 network_thread_->Clear(this, MSG_ALLOCATE);
297 network_thread_->Post(this, MSG_CONFIG_STOP)
    [all...]
basicportallocator.h 127 rtc::Thread* network_thread() { return network_thread_; }
206 rtc::Thread* network_thread_; member in class:cricket::BasicPortAllocatorSession
  /external/chromium_org/components/cronet/android/
url_request_context_adapter.h 73 base::Thread* network_thread_; member in class:cronet::URLRequestContextAdapter
url_request_context_adapter.cc 124 network_thread_ = new base::Thread("network");
127 network_thread_->StartWithOptions(options);
198 // TODO(mef): Ensure that |network_thread_| is destroyed properly.
215 return network_thread_->message_loop_proxy();

Completed in 6711 milliseconds