Home
last modified time | relevance | path

Searched refs:SetAllowBlockingCalls (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dthread.cc133 previous_state_(thread_->SetAllowBlockingCalls(false)) { in ScopedDisallowBlockingCalls()
138 thread_->SetAllowBlockingCalls(previous_state_); in ~ScopedDisallowBlockingCalls()
271 bool Thread::SetAllowBlockingCalls(bool allow) { in SetAllowBlockingCalls() function in rtc::Thread
Dthread.h209 bool SetAllowBlockingCalls(bool allow);
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediacodeccommon.h89 current_thread->SetAllowBlockingCalls(true); in AllowBlockingCalls()
/external/webrtc/talk/session/media/
Dchannelmanager.cc197 &rtc::Thread::SetAllowBlockingCalls, worker_thread_, false)); in Init()