OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:network_thread_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
246
allocator_(allocator),
network_thread_
(NULL),
259
if (
network_thread_
!= NULL)
260
network_thread_
->Clear(this);
280
network_thread_
= talk_base::Thread::Current();
283
new talk_base::BasicPacketSocketFactory(
network_thread_
));
288
network_thread_
->Post(this, MSG_CONFIG_START);
291
network_thread_
->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
295
ASSERT(talk_base::Thread::Current() ==
network_thread_
);
297
network_thread_
->Clear(this, MSG_ALLOCATE);
300
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
/external/chromium_org/components/cronet/android/
url_request_context_peer.cc
128
network_thread_
= new base::Thread("network");
131
network_thread_
->StartWithOptions(options);
166
// TODO(mef): Ensure that |
network_thread_
| is destroyed properly.
182
return
network_thread_
->message_loop_proxy();
url_request_context_peer.h
83
base::Thread*
network_thread_
;
member in class:cronet::URLRequestContextPeer
Completed in 107 milliseconds