HomeSort by relevance Sort by last modified time
    Searched refs:CriticalSectionScoped (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/system_wrappers/include/
critical_section_wrapper.h 38 class SCOPED_LOCKABLE CriticalSectionScoped {
40 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec)
46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); }
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.h 29 CriticalSectionScoped cs(lock_.get());
34 CriticalSectionScoped cs(lock_.get());
  /external/webrtc/webrtc/modules/video_render/external/
video_render_external_impl.cc 37 CriticalSectionScoped cs(&_critSect);
49 CriticalSectionScoped cs(&_critSect);
56 CriticalSectionScoped cs(&_critSect);
68 CriticalSectionScoped cs(&_critSect);
81 CriticalSectionScoped cs(&_critSect);
87 CriticalSectionScoped cs(&_critSect);
103 CriticalSectionScoped cs(&_critSect);
120 CriticalSectionScoped cs(&_critSect);
129 CriticalSectionScoped cs(&_critSect);
140 CriticalSectionScoped cs(&_critSect)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
rw_lock_generic.cc 35 CriticalSectionScoped cs(critical_section_);
47 CriticalSectionScoped cs(critical_section_);
57 CriticalSectionScoped cs(critical_section_);
70 CriticalSectionScoped cs(critical_section_);
logging_unittest.cc 26 CriticalSectionScoped cs(crit_.get());
54 CriticalSectionScoped cs(crit_.get());
66 CriticalSectionScoped cs(crit_.get());
  /external/webrtc/webrtc/voice_engine/
level_indicator.cc 41 CriticalSectionScoped cs(&_critSect);
59 CriticalSectionScoped cs(&_critSect);
91 CriticalSectionScoped cs(&_critSect);
97 CriticalSectionScoped cs(&_critSect);
monitor_module.cc 34 CriticalSectionScoped lock(&_callbackCritSect);
46 CriticalSectionScoped lock(&_callbackCritSect);
69 CriticalSectionScoped lock(&_callbackCritSect);
dtmf_inband_queue.cc 34 CriticalSectionScoped lock(&_DtmfCritsect);
53 CriticalSectionScoped lock(&_DtmfCritsect);
77 CriticalSectionScoped lock(&_DtmfCritsect);
84 CriticalSectionScoped lock(&_DtmfCritsect);
statistics.cc 59 CriticalSectionScoped cs(_critPtr);
67 CriticalSectionScoped cs(_critPtr);
79 CriticalSectionScoped cs(_critPtr);
91 CriticalSectionScoped cs(_critPtr);
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 89 CriticalSectionScoped cs(&_callBackCs);
98 CriticalSectionScoped cs(&_callBackCs);
182 CriticalSectionScoped cs(&_apiCs);
183 CriticalSectionScoped cs2(&_callBackCs);
188 CriticalSectionScoped cs(&_apiCs);
189 CriticalSectionScoped cs2(&_callBackCs);
194 CriticalSectionScoped cs(&_apiCs);
195 CriticalSectionScoped cs2(&_callBackCs);
200 CriticalSectionScoped cs(&_apiCs);
201 CriticalSectionScoped cs2(&_callBackCs)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
ssrc_database.cc 33 CriticalSectionScoped lock(crit_.get());
45 CriticalSectionScoped lock(crit_.get());
50 CriticalSectionScoped lock(crit_.get());
rtp_receiver_strategy.cc 27 CriticalSectionScoped cs(crit_sect_.get());
33 CriticalSectionScoped cs(crit_sect_.get());
dtmf_queue.cc 29 CriticalSectionScoped lock(dtmf_critsect_);
43 CriticalSectionScoped lock(dtmf_critsect_);
63 CriticalSectionScoped lock(dtmf_critsect_);
68 CriticalSectionScoped lock(dtmf_critsect_);
receive_statistics_impl.cc 62 CriticalSectionScoped cs(stream_lock_.get());
153 CriticalSectionScoped cs(stream_lock_.get());
164 CriticalSectionScoped cs(stream_lock_.get());
174 CriticalSectionScoped cs(stream_lock_.get());
182 CriticalSectionScoped cs(stream_lock_.get());
189 CriticalSectionScoped cs(stream_lock_.get());
285 CriticalSectionScoped cs(stream_lock_.get());
298 CriticalSectionScoped cs(stream_lock_.get());
303 CriticalSectionScoped cs(stream_lock_.get());
308 CriticalSectionScoped cs(stream_lock_.get())
    [all...]
bitrate.cc 36 CriticalSectionScoped cs(crit_.get());
42 CriticalSectionScoped cs(crit_.get());
47 CriticalSectionScoped cs(crit_.get());
52 CriticalSectionScoped cs(crit_.get());
70 CriticalSectionScoped cs(crit_.get());
78 CriticalSectionScoped cs(crit_.get());
rtp_header_parser.cc 57 CriticalSectionScoped cs(critical_section_.get());
70 CriticalSectionScoped cs(critical_section_.get());
75 CriticalSectionScoped cs(critical_section_.get());
  /external/webrtc/webrtc/video/
payload_router.cc 33 CriticalSectionScoped cs(crit_.get());
42 CriticalSectionScoped cs(crit_.get());
47 CriticalSectionScoped cs(crit_.get());
59 CriticalSectionScoped cs(crit_.get());
79 CriticalSectionScoped cs(crit_.get());
92 CriticalSectionScoped cs(crit_.get());
encoder_state_feedback.cc 60 CriticalSectionScoped lock(crit_.get());
68 CriticalSectionScoped lock(crit_.get());
84 CriticalSectionScoped lock(crit_.get());
93 CriticalSectionScoped lock(crit_.get());
102 CriticalSectionScoped lock(crit_.get());
112 CriticalSectionScoped lock(crit_.get());
  /external/webrtc/webrtc/common_video/
incoming_video_stream.cc 62 CriticalSectionScoped cs(stream_critsect_.get());
68 CriticalSectionScoped csS(stream_critsect_.get());
89 CriticalSectionScoped csB(buffer_critsect_.get());
98 CriticalSectionScoped csS(thread_critsect_.get());
104 CriticalSectionScoped csS(thread_critsect_.get());
111 CriticalSectionScoped cs(thread_critsect_.get());
117 CriticalSectionScoped csS(stream_critsect_.get());
121 CriticalSectionScoped cs(buffer_critsect_.get());
127 CriticalSectionScoped cs(thread_critsect_.get());
132 CriticalSectionScoped csS(stream_critsect_.get())
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc 71 CriticalSectionScoped lock(&_critSect);
102 CriticalSectionScoped lock(&_critSectCb);
134 CriticalSectionScoped lock(&_critSect);
145 CriticalSectionScoped lock(&_critSect);
174 CriticalSectionScoped lock(&_critSect);
186 CriticalSectionScoped lock(&_critSect);
206 CriticalSectionScoped lock(&_critSect);
311 CriticalSectionScoped lock(&_critSect);
327 CriticalSectionScoped lock(&_critSect);
344 CriticalSectionScoped lock(&_critSect)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 71 CriticalSectionScoped cs(process_crit_sect_.get());
107 CriticalSectionScoped cs(process_crit_sect_.get());
126 CriticalSectionScoped cs(process_crit_sect_.get());
142 CriticalSectionScoped cs(process_crit_sect_.get());
168 CriticalSectionScoped receiveCs(_receiveCritSect);
189 CriticalSectionScoped cs(_receiveCritSect);
210 CriticalSectionScoped cs(_receiveCritSect);
217 CriticalSectionScoped cs(process_crit_sect_.get());
225 CriticalSectionScoped cs(process_crit_sect_.get());
233 CriticalSectionScoped cs(_receiveCritSect)
    [all...]
timing.cc 56 CriticalSectionScoped cs(crit_sect_);
79 CriticalSectionScoped cs(crit_sect_);
90 CriticalSectionScoped lock(crit_sect_);
95 CriticalSectionScoped cs(crit_sect_);
100 CriticalSectionScoped cs(crit_sect_);
105 CriticalSectionScoped cs(crit_sect_);
116 CriticalSectionScoped cs(crit_sect_);
157 CriticalSectionScoped cs(crit_sect_);
175 CriticalSectionScoped cs(crit_sect_);
194 CriticalSectionScoped cs(crit_sect_)
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 76 CriticalSectionScoped cs(&_renderWindowsCritsect);
95 CriticalSectionScoped cs(&_renderWindowsCritsect);
113 CriticalSectionScoped cs(&_renderWindowsCritsect);
133 CriticalSectionScoped cs(&_renderWindowsCritsect);
154 CriticalSectionScoped cs(&_renderWindowsCritsect);
168 CriticalSectionScoped cs(&_renderWindowsCritsect);
192 CriticalSectionScoped cs(&_renderWindowsCritsect);
223 CriticalSectionScoped cs(&_renderWindowsCritsect);
232 CriticalSectionScoped cs(&_renderWindowsCritsect);
243 CriticalSectionScoped cs(&_renderWindowsCritsect)
    [all...]
  /external/webrtc/webrtc/modules/video_render/
video_render_impl.cc 131 CriticalSectionScoped cs(&_moduleCrit);
142 CriticalSectionScoped cs(&_moduleCrit);
147 CriticalSectionScoped cs(&_moduleCrit);
172 CriticalSectionScoped cs(&_moduleCrit);
214 CriticalSectionScoped cs(&_moduleCrit);
243 CriticalSectionScoped cs(&_moduleCrit);
270 CriticalSectionScoped cs(&_moduleCrit);
286 CriticalSectionScoped cs(&_moduleCrit);
293 CriticalSectionScoped cs(&_moduleCrit);
306 CriticalSectionScoped cs(&_moduleCrit)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h 125 CriticalSectionScoped cs(crit_sect_.get());
139 CriticalSectionScoped cs(crit_sect_.get());
143 CriticalSectionScoped cs(crit_sect_.get());
147 CriticalSectionScoped cs(crit_sect_.get());
151 CriticalSectionScoped cs(crit_sect_.get());
156 CriticalSectionScoped cs(crit_sect_.get());
161 CriticalSectionScoped cs(crit_sect_.get());
166 CriticalSectionScoped cs(crit_sect_.get());

Completed in 2189 milliseconds

1 2 3 4 5