Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h188 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
210 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
216 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
234 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
237 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
239 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
241 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
243 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
245 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
247 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPSender);
[all …]
Drtcp_sender.cc90 _criticalSectionRTCPSender(CriticalSectionWrapper::CreateCriticalSection()), in RTCPSender()
168 delete _criticalSectionRTCPSender; in ~RTCPSender()
182 CriticalSectionScoped lock(_criticalSectionRTCPSender); in Status()
189 CriticalSectionScoped lock(_criticalSectionRTCPSender); in SetRTCPStatus()
209 CriticalSectionScoped lock(_criticalSectionRTCPSender); in Sending()
218 CriticalSectionScoped lock(_criticalSectionRTCPSender); in SetSendingStatus()
240 CriticalSectionScoped lock(_criticalSectionRTCPSender); in REMB()
247 CriticalSectionScoped lock(_criticalSectionRTCPSender); in SetREMBStatus()
257 CriticalSectionScoped lock(_criticalSectionRTCPSender); in SetREMBData()
282 CriticalSectionScoped lock(_criticalSectionRTCPSender); in TMMBR()
[all …]