Searched refs:stream_crit_ (Results 1 – 4 of 4) sorted by relevance
215 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);217 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);219 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);512 rtc::CriticalSection stream_crit_; variable515 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_);
725 rtc::CritScope stream_lock(&stream_crit_); in SetSendParameters()744 rtc::CritScope stream_lock(&stream_crit_); in SetRecvParameters()800 rtc::CritScope stream_lock(&stream_crit_); in SetRecvCodecs()837 rtc::CritScope stream_lock(&stream_crit_); in SetSendCodecs()896 rtc::CritScope stream_lock(&stream_crit_); in SetSendStreamFormat()960 rtc::CritScope stream_lock(&stream_crit_); in AddSendStream()1012 rtc::CritScope stream_lock(&stream_crit_); in RemoveSendStream()1071 rtc::CritScope stream_lock(&stream_crit_); in AddRecvStream()1155 rtc::CritScope stream_lock(&stream_crit_); in RemoveRecvStream()1176 rtc::CritScope stream_lock(&stream_crit_); in SetRenderer()[all …]
41 stream_crit_(webrtc::CriticalSectionWrapper::CreateCriticalSection()), in ConferenceTransport()123 webrtc::CriticalSectionScoped lock(stream_crit_.get()); in GetReceiverChannelForSsrc()248 webrtc::CriticalSectionScoped lock(stream_crit_.get()); in AddStream()255 webrtc::CriticalSectionScoped lock(stream_crit_.get()); in RemoveStream()
132 const rtc::scoped_ptr<webrtc::CriticalSectionWrapper> stream_crit_; variable140 GUARDED_BY(stream_crit_.get());