Home
last modified time | relevance | path

Searched refs:_critSect (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc20 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in VideoRenderExternalImpl()
27 delete &_critSect; in ~VideoRenderExternalImpl()
37 CriticalSectionScoped cs(&_critSect); in ChangeWindow()
49 CriticalSectionScoped cs(&_critSect); in AddIncomingRenderStream()
56 CriticalSectionScoped cs(&_critSect); in DeleteIncomingRenderStream()
68 CriticalSectionScoped cs(&_critSect); in GetIncomingRenderStreamProperties()
81 CriticalSectionScoped cs(&_critSect); in StartRender()
87 CriticalSectionScoped cs(&_critSect); in StopRender()
103 CriticalSectionScoped cs(&_critSect); in FullScreen()
120 CriticalSectionScoped cs(&_critSect); in GetScreenResolution()
[all …]
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc33 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceBuffer()
71 CriticalSectionScoped lock(&_critSect); in ~AudioDeviceBuffer()
82 delete &_critSect; in ~AudioDeviceBuffer()
134 CriticalSectionScoped lock(&_critSect); in SetRecordingSampleRate()
145 CriticalSectionScoped lock(&_critSect); in SetPlayoutSampleRate()
174 CriticalSectionScoped lock(&_critSect); in SetRecordingChannels()
186 CriticalSectionScoped lock(&_critSect); in SetPlayoutChannels()
206 CriticalSectionScoped lock(&_critSect); in SetRecordingChannel()
311 CriticalSectionScoped lock(&_critSect); in StartInputFileRecording()
327 CriticalSectionScoped lock(&_critSect); in StopInputFileRecording()
[all …]
/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc33 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in FileAudioDevice()
168 CriticalSectionScoped lock(&_critSect); in InitRecording()
223 CriticalSectionScoped lock(&_critSect); in StopPlayout()
233 CriticalSectionScoped lock(&_critSect); in StopPlayout()
282 CriticalSectionScoped lock(&_critSect); in StopRecording()
291 CriticalSectionScoped lock(&_critSect); in StopRecording()
454 CriticalSectionScoped lock(&_critSect); in AttachAudioBuffer()
483 _critSect.Enter(); in PlayThreadProcess()
487 _critSect.Leave(); in PlayThreadProcess()
489 _critSect.Enter(); in PlayThreadProcess()
[all …]
/external/webrtc/webrtc/voice_engine/
Dlevel_indicator.cc28 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioLevel()
36 delete &_critSect; in ~AudioLevel()
41 CriticalSectionScoped cs(&_critSect); in Clear()
59 CriticalSectionScoped cs(&_critSect); in ComputeLevel()
91 CriticalSectionScoped cs(&_critSect); in Level()
97 CriticalSectionScoped cs(&_critSect); in LevelFullRange()
Dtransmit_mixer.cc40 CriticalSectionScoped cs(&_critSect); in OnPeriodicProcess()
74 CriticalSectionScoped cs(&_critSect); in OnPeriodicProcess()
121 CriticalSectionScoped cs(&_critSect); in PlayFileEnded()
137 CriticalSectionScoped cs(&_critSect); in RecordFileEnded()
144 CriticalSectionScoped cs(&_critSect); in RecordFileEnded()
196 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in TransmitMixer()
229 CriticalSectionScoped cs(&_critSect); in ~TransmitMixer()
252 delete &_critSect; in ~TransmitMixer()
391 CriticalSectionScoped cs(&_critSect); in PrepareDemux()
523 CriticalSectionScoped cs(&_critSect); in StartPlayingFileAsMicrophone()
[all …]
Ddtmf_inband.cc69 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in DtmfInband()
87 delete &_critSect; in ~DtmfInband()
133 CriticalSectionScoped lock(&_critSect); in AddTone()
162 CriticalSectionScoped lock(&_critSect); in ResetTone()
177 CriticalSectionScoped lock(&_critSect); in StartTone()
203 CriticalSectionScoped lock(&_critSect); in StopTone()
225 CriticalSectionScoped lock(&_critSect); in IsAddingTone()
233 CriticalSectionScoped lock(&_critSect); in Get10msTone()
Dlevel_indicator.h43 CriticalSectionWrapper& _critSect; variable
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc22 : _critSect(CriticalSectionWrapper::CreateCriticalSection()), in VCMDecodedFrameCallback()
30 delete _critSect; in ~VCMDecodedFrameCallback()
35 CriticalSectionScoped cs(_critSect); in SetUserReceiveCallback()
40 CriticalSectionScoped cs(_critSect); in UserReceiveCallback()
57 CriticalSectionScoped cs(_critSect); in Decoded()
86 CriticalSectionScoped cs(_critSect); in ReceivedDecodedReferenceFrame()
105 CriticalSectionScoped cs(_critSect); in OnDecoderImplementationName()
112 CriticalSectionScoped cs(_critSect); in Map()
117 CriticalSectionScoped cs(_critSect); in Pop()
Dgeneric_decoder.h54 CriticalSectionWrapper* _critSect;
56 VCMReceiveCallback* _receiveCallback GUARDED_BY(_critSect);
58 VCMTimestampMap _timestampMap GUARDED_BY(_critSect);
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_render.cc21 _critSect(*CriticalSectionWrapper::CreateCriticalSection()) in VideoX11Render()
27 delete &_critSect; in ~VideoX11Render()
32 CriticalSectionScoped cs(&_critSect); in Init()
41 CriticalSectionScoped cs(&_critSect); in ChangeWindow()
70 CriticalSectionScoped cs(&_critSect); in CreateX11RenderChannel()
104 CriticalSectionScoped cs(&_critSect); in DeleteX11RenderChannel()
134 CriticalSectionScoped cs(&_critSect); in GetIncomingStreamProperties()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_posix.cc30 _critSect(CriticalSectionWrapper::CreateCriticalSection()), in UdpSocketManagerPosix()
39 CriticalSectionScoped cs(_critSect); in Init()
73 delete _critSect; in ~UdpSocketManagerPosix()
82 _critSect->Enter(); in Start()
97 _critSect->Leave(); in Start()
106 _critSect->Enter(); in Stop()
122 _critSect->Leave(); in Stop()
131 _critSect->Enter(); in AddSocket()
157 _critSect->Leave(); in AddSocket()
167 _critSect->Enter(); in RemoveSocket()
[all …]
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.cc44 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in VideoRenderAndroid()
68 delete &_critSect; in ~VideoRenderAndroid()
81 CriticalSectionScoped cs(&_critSect); in AddIncomingRenderStream()
109 CriticalSectionScoped cs(&_critSect); in DeleteIncomingRenderStream()
133 CriticalSectionScoped cs(&_critSect); in StartRender()
157 CriticalSectionScoped cs(&_critSect); in StopRender()
167 CriticalSectionScoped cs(&_critSect); in StopRender()
175 CriticalSectionScoped cs(&_critSect); in ReDraw()
191 CriticalSectionScoped cs(&_critSect); in JavaRenderThreadProcess()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc64 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceLinuxALSA()
132 delete &_critSect; in ~AudioDeviceLinuxALSA()
138 CriticalSectionScoped lock(&_critSect); in AttachAudioBuffer()
161 CriticalSectionScoped lock(&_critSect); in Init()
203 CriticalSectionScoped lock(&_critSect); in Terminate()
211 _critSect.Leave(); in Terminate()
216 _critSect.Enter(); in Terminate()
223 _critSect.Leave(); in Terminate()
228 _critSect.Enter(); in Terminate()
252 CriticalSectionScoped lock(&_critSect); in InitSpeaker()
[all …]
Daudio_device_pulse_linux.cc34 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceLinuxPulse()
137 delete &_critSect; in ~AudioDeviceLinuxPulse()
764 CriticalSectionScoped lock(&_critSect); in SetAGC()
772 CriticalSectionScoped lock(&_critSect); in AGC()
1359 CriticalSectionScoped lock(&_critSect); in StartRecording()
1369 CriticalSectionScoped lock(&_critSect); in StartRecording()
1388 CriticalSectionScoped lock(&_critSect); in StopRecording()
1482 CriticalSectionScoped lock(&_critSect); in StartPlayout()
1494 CriticalSectionScoped lock(&_critSect); in StartPlayout()
1504 CriticalSectionScoped lock(&_critSect); in StartPlayout()
[all …]
Daudio_mixer_manager_alsa_linux.cc28 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioMixerManagerLinuxALSA()
49 delete &_critSect; in ~AudioMixerManagerLinuxALSA()
61 CriticalSectionScoped lock(&_critSect); in Close()
75 CriticalSectionScoped lock(&_critSect); in CloseSpeaker()
116 CriticalSectionScoped lock(&_critSect); in CloseMicrophone()
168 CriticalSectionScoped lock(&_critSect); in OpenSpeaker()
262 CriticalSectionScoped lock(&_critSect); in OpenMicrophone()
381 CriticalSectionScoped lock(&_critSect); in SetSpeakerVolume()
645 CriticalSectionScoped lock(&_critSect); in SetSpeakerMute()
742 CriticalSectionScoped lock(&_critSect); in SetMicrophoneMute()
[all …]
Daudio_device_alsa_linux.h171 void Lock() EXCLUSIVE_LOCK_FUNCTION(_critSect) { _critSect.Enter(); }; in Lock()
172 void UnLock() UNLOCK_FUNCTION(_critSect) { _critSect.Leave(); }; in UnLock()
186 CriticalSectionWrapper& _critSect; variable
Daudio_device_pulse_linux.h220 void Lock() EXCLUSIVE_LOCK_FUNCTION(_critSect) { in Lock()
221 _critSect.Enter(); in Lock()
223 void UnLock() UNLOCK_FUNCTION(_critSect) { in UnLock()
224 _critSect.Leave(); in UnLock()
281 CriticalSectionWrapper& _critSect; variable
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc95 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceMac()
199 delete &_critSect; in ~AudioDeviceMac()
207 CriticalSectionScoped lock(&_critSect); in AttachAudioBuffer()
225 CriticalSectionScoped lock(&_critSect); in Init()
361 _critSect.Enter(); in Terminate()
386 _critSect.Leave(); in Terminate()
420 CriticalSectionScoped lock(&_critSect); in InitSpeaker()
468 CriticalSectionScoped lock(&_critSect); in InitMicrophone()
898 CriticalSectionScoped lock(&_critSect); in SetPlayoutDevice()
1050 CriticalSectionScoped lock(&_critSect); in InitPlayout()
[all …]
Daudio_mixer_manager_mac.cc47 : _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioMixerManagerMac()
63 delete &_critSect; in ~AudioMixerManagerMac()
73 CriticalSectionScoped lock(&_critSect); in Close()
84 CriticalSectionScoped lock(&_critSect); in CloseSpeaker()
95 CriticalSectionScoped lock(&_critSect); in CloseMicrophone()
107 CriticalSectionScoped lock(&_critSect); in OpenSpeaker()
158 CriticalSectionScoped lock(&_critSect); in OpenMicrophone()
219 CriticalSectionScoped lock(&_critSect); in SetSpeakerVolume()
459 CriticalSectionScoped lock(&_critSect); in SetSpeakerMute()
635 CriticalSectionScoped lock(&_critSect); in SetMicrophoneMute()
[all …]
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc49 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceWindowsWave()
141 delete &_critSect; in ~AudioDeviceWindowsWave()
174 CriticalSectionScoped lock(&_critSect); in AttachAudioBuffer()
202 CriticalSectionScoped lock(&_critSect); in Init()
286 _critSect.Enter(); in Terminate()
293 _critSect.Leave(); in Terminate()
302 _critSect.Leave(); in Terminate()
305 _critSect.Enter(); in Terminate()
307 _critSect.Leave(); in Terminate()
318 _critSect.Enter(); in Terminate()
[all …]
Daudio_device_core_win.cc406 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceWindowsCore()
638 delete &_critSect; in ~AudioDeviceWindowsCore()
681 CriticalSectionScoped lock(&_critSect); in Init()
712 CriticalSectionScoped lock(&_critSect); in Terminate()
754 CriticalSectionScoped lock(&_critSect); in InitSpeaker()
836 CriticalSectionScoped lock(&_critSect); in InitMicrophone()
925 CriticalSectionScoped lock(&_critSect); in SpeakerVolumeIsAvailable()
970 CriticalSectionScoped lock(&_critSect); in SetSpeakerVolume()
1013 CriticalSectionScoped lock(&_critSect); in SpeakerVolume()
1125 CriticalSectionScoped lock(&_critSect); in SpeakerMuteIsAvailable()
[all …]
Daudio_mixer_manager_win.cc35 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), in AudioMixerManager()
51 delete &_critSect; in ~AudioMixerManager()
66 CriticalSectionScoped lock(&_critSect); in Close()
90 CriticalSectionScoped lock(&_critSect); in CloseSpeaker()
113 CriticalSectionScoped lock(&_critSect); in CloseMicrophone()
583 CriticalSectionScoped lock(&_critSect); in OpenSpeaker()
702 CriticalSectionScoped lock(&_critSect); in OpenSpeaker()
805 CriticalSectionScoped lock(&_critSect); in OpenMicrophone()
924 CriticalSectionScoped lock(&_critSect); in OpenMicrophone()
1039 CriticalSectionScoped lock(&_critSect); in SetSpeakerVolume()
[all …]
Daudio_device_wave_win.h165 void Lock() { _critSect.Enter(); }; in Lock()
166 void UnLock() { _critSect.Leave(); }; in UnLock()
214 CriticalSectionWrapper& _critSect; variable
Daudio_device_core_win.h238 void _Lock() { _critSect.Enter(); }; in _Lock()
239 void _UnLock() { _critSect.Leave(); }; in _UnLock()
279 CriticalSectionWrapper& _critSect; variable
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc49 _critSect(critSect), in D3D9Channel()
118 CriticalSectionScoped cs(_critSect); in FrameSizeChange()
146 CriticalSectionScoped cs(_critSect); in RenderFrame()
162 CriticalSectionScoped cs(_critSect); in DeliverFrame()
210 CriticalSectionScoped cs(_critSect); in RenderOffFrame()
218 CriticalSectionScoped cs(_critSect); in IsUpdated()
226 CriticalSectionScoped cs(_critSect); in GetTexture()
232 CriticalSectionScoped cs(_critSect); in ReleaseTexture()
246 CriticalSectionScoped cs(_critSect); in RecreateTexture()

12