Home
last modified time | relevance | path

Searched refs:wraps_current_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc126 wraps_current_thread_(false), in PeerConnectionFactory()
131 wraps_current_thread_ = true; in PeerConnectionFactory()
143 wraps_current_thread_(false), in PeerConnectionFactory()
168 if (wraps_current_thread_) in ~PeerConnectionFactory()
Dpeerconnectionfactory.h109 bool wraps_current_thread_; variable