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

  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 215 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
217 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
219 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
512 rtc::CriticalSection stream_crit_; member in class:cricket::WebRtcVideoChannel2
515 GUARDED_BY(stream_crit_);
517 GUARDED_BY(stream_crit_);
518 std::set<uint32_t> send_ssrcs_ GUARDED_BY(stream_crit_);
519 std::set<uint32_t> receive_ssrcs_ GUARDED_BY(stream_crit_);
webrtcvideoengine2.cc 725 rtc::CritScope stream_lock(&stream_crit_);
744 rtc::CritScope stream_lock(&stream_crit_);
800 rtc::CritScope stream_lock(&stream_crit_);
837 rtc::CritScope stream_lock(&stream_crit_);
896 rtc::CritScope stream_lock(&stream_crit_);
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 132 const rtc::scoped_ptr<webrtc::CriticalSectionWrapper> stream_crit_; member in class:voetest::ConferenceTransport
140 GUARDED_BY(stream_crit_.get());
conference_transport.cc 41 stream_crit_(webrtc::CriticalSectionWrapper::CreateCriticalSection()),
123 webrtc::CriticalSectionScoped lock(stream_crit_.get());
248 webrtc::CriticalSectionScoped lock(stream_crit_.get());
255 webrtc::CriticalSectionScoped lock(stream_crit_.get());

Completed in 1508 milliseconds