Searched refs:CriticalSectionScoped (Results 1 - 25 of 184) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcritical_section_wrapper.h38 class SCOPED_LOCKABLE CriticalSectionScoped { class in namespace:webrtc
40 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec)
46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); }
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_ref_count.cc26 CriticalSectionScoped lock(crit_.get());
32 CriticalSectionScoped lock(crit_.get());
38 CriticalSectionScoped lock(crit_.get());
H A Dvie_sender.cc38 CriticalSectionScoped cs(critsect_.get());
47 CriticalSectionScoped cs(critsect_.get());
56 CriticalSectionScoped cs(critsect_.get());
75 CriticalSectionScoped cs(critsect_.get());
89 CriticalSectionScoped cs(critsect_.get());
105 CriticalSectionScoped cs(critsect_.get());
/external/webrtc/src/system_wrappers/interface/
H A Dcritical_section_wrapper.h38 class CriticalSectionScoped class in namespace:webrtc
44 explicit CriticalSectionScoped(CriticalSectionWrapper& critsec) function in class:webrtc::CriticalSectionScoped
50 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec) function in class:webrtc::CriticalSectionScoped
56 ~CriticalSectionScoped()
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc37 CriticalSectionScoped cs(&_critSect);
44 CriticalSectionScoped cs(&_critSect);
56 CriticalSectionScoped cs(&_critSect);
63 CriticalSectionScoped cs(&_critSect);
75 CriticalSectionScoped cs(&_critSect);
88 CriticalSectionScoped cs(&_critSect);
94 CriticalSectionScoped cs(&_critSect);
110 CriticalSectionScoped cs(&_critSect);
127 CriticalSectionScoped cs(&_critSect);
136 CriticalSectionScoped c
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Drw_lock_generic.cc35 CriticalSectionScoped cs(critical_section_);
47 CriticalSectionScoped cs(critical_section_);
57 CriticalSectionScoped cs(critical_section_);
70 CriticalSectionScoped cs(critical_section_);
H A Dlogging_unittest.cc26 CriticalSectionScoped cs(crit_.get());
54 CriticalSectionScoped cs(crit_.get());
66 CriticalSectionScoped cs(crit_.get());
77 CriticalSectionScoped cs(crit_.get());
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dlevel_indicator.cc41 CriticalSectionScoped cs(&_critSect);
59 CriticalSectionScoped cs(&_critSect);
91 CriticalSectionScoped cs(&_critSect);
97 CriticalSectionScoped cs(&_critSect);
H A Dmonitor_module.cc34 CriticalSectionScoped lock(&_callbackCritSect);
46 CriticalSectionScoped lock(&_callbackCritSect);
76 CriticalSectionScoped lock(&_callbackCritSect);
H A Ddtmf_inband_queue.cc34 CriticalSectionScoped lock(&_DtmfCritsect);
53 CriticalSectionScoped lock(&_DtmfCritsect);
77 CriticalSectionScoped lock(&_DtmfCritsect);
84 CriticalSectionScoped lock(&_DtmfCritsect);
H A Dstatistics.cc59 CriticalSectionScoped cs(_critPtr);
67 CriticalSectionScoped cs(_critPtr);
79 CriticalSectionScoped cs(_critPtr);
91 CriticalSectionScoped cs(_critPtr);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender.cc33 CriticalSectionScoped cs(cs_.get());
43 CriticalSectionScoped cs(cs_.get());
51 CriticalSectionScoped cs(cs_.get());
87 CriticalSectionScoped cs(process_crit_sect_.get());
92 CriticalSectionScoped cs(_sendCritSect);
105 CriticalSectionScoped cs(_sendCritSect);
121 CriticalSectionScoped cs(_sendCritSect);
167 CriticalSectionScoped cs(_sendCritSect);
177 CriticalSectionScoped cs(_sendCritSect);
187 CriticalSectionScoped c
[all...]
H A Dtiming.cc50 CriticalSectionScoped cs(crit_sect_);
61 CriticalSectionScoped lock(crit_sect_);
66 CriticalSectionScoped cs(crit_sect_);
71 CriticalSectionScoped cs(crit_sect_);
76 CriticalSectionScoped cs(crit_sect_);
87 CriticalSectionScoped cs(crit_sect_);
126 CriticalSectionScoped cs(crit_sect_);
143 CriticalSectionScoped cs(crit_sect_);
151 CriticalSectionScoped cs(crit_sect_);
157 CriticalSectionScoped c
[all...]
H A Dvideo_receiver.cc79 CriticalSectionScoped cs(process_crit_sect_.get());
123 CriticalSectionScoped cs(process_crit_sect_.get());
142 CriticalSectionScoped cs(process_crit_sect_.get());
153 CriticalSectionScoped cs(process_crit_sect_.get());
180 CriticalSectionScoped receiveCs(_receiveCritSect);
198 CriticalSectionScoped cs(_receiveCritSect);
209 CriticalSectionScoped cs(_receiveCritSect);
225 CriticalSectionScoped cs(_receiveCritSect);
238 CriticalSectionScoped cs(_receiveCritSect);
250 CriticalSectionScoped c
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc94 CriticalSectionScoped cs(&_callBackCs);
105 CriticalSectionScoped cs(&_callBackCs);
192 CriticalSectionScoped cs(&_apiCs);
193 CriticalSectionScoped cs2(&_callBackCs);
198 CriticalSectionScoped cs(&_apiCs);
199 CriticalSectionScoped cs2(&_callBackCs);
204 CriticalSectionScoped cs(&_apiCs);
205 CriticalSectionScoped cs2(&_callBackCs);
210 CriticalSectionScoped cs(&_apiCs);
211 CriticalSectionScoped cs
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dsend_statistics_proxy.cc30 CriticalSectionScoped lock(crit_.get());
35 CriticalSectionScoped lock(crit_.get());
41 CriticalSectionScoped lock(crit_.get());
46 CriticalSectionScoped lock(crit_.get());
68 CriticalSectionScoped lock(crit_.get());
79 CriticalSectionScoped lock(crit_.get());
89 CriticalSectionScoped lock(crit_.get());
100 CriticalSectionScoped lock(crit_.get());
122 CriticalSectionScoped lock(crit_.get());
H A Dreceive_statistics_proxy.cc40 CriticalSectionScoped lock(crit_.get());
62 CriticalSectionScoped lock(crit_.get());
70 CriticalSectionScoped lock(crit_.get());
78 CriticalSectionScoped lock(crit_.get());
86 CriticalSectionScoped lock(crit_.get());
94 CriticalSectionScoped lock(crit_.get());
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_strategy.cc27 CriticalSectionScoped cs(crit_sect_.get());
33 CriticalSectionScoped cs(crit_sect_.get());
H A Dbitrate.cc36 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());
/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc52 CriticalSectionScoped cs(lock_.get());
71 CriticalSectionScoped cs(lock_.get());
77 CriticalSectionScoped cs(lock_.get());
87 CriticalSectionScoped cs(lock_.get());
98 CriticalSectionScoped cs(lock_.get());
141 CriticalSectionScoped cs(lock_.get());
146 CriticalSectionScoped cs(lock_.get());
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dincoming_video_stream.cc80 CriticalSectionScoped cs(&stream_critsect_);
86 CriticalSectionScoped cs(&stream_critsect_);
92 CriticalSectionScoped csS(&stream_critsect_);
134 CriticalSectionScoped csB(&buffer_critsect_);
143 CriticalSectionScoped csS(&thread_critsect_);
149 CriticalSectionScoped csS(&thread_critsect_);
156 CriticalSectionScoped cs(&stream_critsect_);
168 CriticalSectionScoped cs(&stream_critsect_);
178 CriticalSectionScoped csS(&stream_critsect_);
184 CriticalSectionScoped c
[all...]
H A Dvideo_render_impl.cc120 CriticalSectionScoped cs(&_moduleCrit);
146 CriticalSectionScoped cs(&_moduleCrit);
157 CriticalSectionScoped cs(&_moduleCrit);
162 CriticalSectionScoped cs(&_moduleCrit);
187 CriticalSectionScoped cs(&_moduleCrit);
246 CriticalSectionScoped cs(&_moduleCrit);
275 CriticalSectionScoped cs(&_moduleCrit);
301 CriticalSectionScoped cs(&_moduleCrit);
317 CriticalSectionScoped cs(&_moduleCrit);
324 CriticalSectionScoped c
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc77 CriticalSectionScoped cs(&_renderWindowsCritsect);
84 CriticalSectionScoped cs(&_renderWindowsCritsect);
103 CriticalSectionScoped cs(&_renderWindowsCritsect);
121 CriticalSectionScoped cs(&_renderWindowsCritsect);
141 CriticalSectionScoped cs(&_renderWindowsCritsect);
162 CriticalSectionScoped cs(&_renderWindowsCritsect);
176 CriticalSectionScoped cs(&_renderWindowsCritsect);
200 CriticalSectionScoped cs(&_renderWindowsCritsect);
231 CriticalSectionScoped cs(&_renderWindowsCritsect);
240 CriticalSectionScoped c
[all...]
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_processing_impl.cc50 CriticalSectionScoped mutex(&mutex_);
59 CriticalSectionScoped mutex(&mutex_);
76 CriticalSectionScoped mutex(&mutex_);
142 CriticalSectionScoped mutex(&mutex_);
149 CriticalSectionScoped mutex(&mutex_);
155 CriticalSectionScoped mutex(&mutex_);
162 CriticalSectionScoped cs(&mutex_);
169 CriticalSectionScoped cs(&mutex_);
174 CriticalSectionScoped cs(&mutex_);
179 CriticalSectionScoped c
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h104 CriticalSectionScoped cs(crit_sect_.get());
118 CriticalSectionScoped cs(crit_sect_.get());
122 CriticalSectionScoped cs(crit_sect_.get());
126 CriticalSectionScoped cs(crit_sect_.get());
130 CriticalSectionScoped cs(crit_sect_.get());
135 CriticalSectionScoped cs(crit_sect_.get());

Completed in 353 milliseconds

12345678