Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.h462 CriticalSectionScoped lock(assoc_send_channel_lock_.get()); in set_associate_send_channel()
600 rtc::scoped_ptr<CriticalSectionWrapper> assoc_send_channel_lock_; variable
601 ChannelOwner associate_send_channel_ GUARDED_BY(assoc_send_channel_lock_);
Dchannel.cc888 assoc_send_channel_lock_(CriticalSectionWrapper::CreateCriticalSection()), in Channel()
3459 CriticalSectionScoped lock(assoc_send_channel_lock_.get()); in DisassociateSendChannel()
4079 CriticalSectionScoped lock(assoc_send_channel_lock_.get()); in GetRTT()