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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 128 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
134 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
138 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
141 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
145 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
150 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
155 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
160 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
165 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
169 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
    [all...]
rtcp_receiver.cc 58 _criticalSectionRTCPReceiver(
80 delete _criticalSectionRTCPReceiver;
107 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
112 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
117 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
122 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
134 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
145 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
153 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
170 CriticalSectionScoped lock(_criticalSectionRTCPReceiver);
    [all...]

Completed in 206 milliseconds