OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:network_thread_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
150
allocator_(allocator),
network_thread_
(NULL),
163
if (
network_thread_
!= NULL)
164
network_thread_
->Clear(this);
184
network_thread_
= rtc::Thread::Current();
187
new rtc::BasicPacketSocketFactory(
network_thread_
));
192
network_thread_
->Post(this, MSG_CONFIG_START);
195
network_thread_
->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
199
ASSERT(rtc::Thread::Current() ==
network_thread_
);
201
network_thread_
->Post(this, MSG_CONFIG_STOP);
206
network_thread_
->Clear(this, MSG_ALLOCATE)
[
all
...]
basicportallocator.h
105
rtc::Thread* network_thread() { return
network_thread_
; }
187
rtc::Thread*
network_thread_
;
member in class:cricket::BasicPortAllocatorSession
/external/webrtc/webrtc/voice_engine/
channel.cc
54
network_thread_
.DetachFromThread();
74
RTC_DCHECK(
network_thread_
.CalledOnValidThread());
84
rtc::ThreadChecker
network_thread_
;
member in class:webrtc::voe::TransportFeedbackProxy
[
all
...]
Completed in 58 milliseconds