Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h276 CriticalSectionWrapper* _criticalSectionFeedbacks; variable
315 RtcpStatisticsCallback* stats_callback_ GUARDED_BY(_criticalSectionFeedbacks);
Drtcp_receiver.cc53 _criticalSectionFeedbacks( in RTCPReceiver()
81 delete _criticalSectionFeedbacks; in ~RTCPReceiver()
799 CriticalSectionScoped lock(_criticalSectionFeedbacks); in HandleSDESChunk()
1314 CriticalSectionScoped cs(_criticalSectionFeedbacks); in RegisterRtcpStatisticsCallback()
1319 CriticalSectionScoped cs(_criticalSectionFeedbacks); in GetRtcpStatisticsCallback()
1409 CriticalSectionScoped cs(_criticalSectionFeedbacks); in TriggerCallbacksFromRTCPPacket()