Home
last modified time | relevance | path

Searched refs:WriteLockScoped (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dfile_impl.cc49 WriteLockScoped write(*rw_lock_); in CloseFile()
54 WriteLockScoped write(*rw_lock_); in Rewind()
65 WriteLockScoped write(*rw_lock_); in SetMaxFileSize()
71 WriteLockScoped write(*rw_lock_); in Flush()
102 WriteLockScoped write(*rw_lock_); in OpenFile()
171 WriteLockScoped write(*rw_lock_); in OpenFromFileHandle()
191 WriteLockScoped write(*rw_lock_); in Read()
206 WriteLockScoped write(*rw_lock_); in WriteText()
230 WriteLockScoped write(*rw_lock_); in Write()
Dtimestamp_extrapolator.cc44 WriteLockScoped wl(*_rwLock); in Reset()
Dclock.cc300 WriteLockScoped synchronize(*lock_); in AdvanceTimeMicroseconds()
Ddata_log.cc383 WriteLockScoped synchronize(*tables_lock_); in AddTable()
/external/webrtc/src/system_wrappers/interface/
Drw_lock_wrapper.h56 class WriteLockScoped
59 WriteLockScoped(RWLockWrapper& rwLock) in WriteLockScoped() function
66 ~WriteLockScoped() in ~WriteLockScoped()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dscreen_capturer_helper.cc29 WriteLockScoped scoped_invalid_region_lock(*invalid_region_lock_); in ClearInvalidRegion()
35 WriteLockScoped scoped_invalid_region_lock(*invalid_region_lock_); in InvalidateRegion()
40 WriteLockScoped scoped_invalid_region_lock(*invalid_region_lock_); in InvalidateScreen()
49 WriteLockScoped scoped_invalid_region_lock(*invalid_region_lock_); in TakeInvalidRegion()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Drw_lock_wrapper.h51 class SCOPED_LOCKABLE WriteLockScoped {
53 WriteLockScoped(RWLockWrapper& rw_lock) EXCLUSIVE_LOCK_FUNCTION(rw_lock) in WriteLockScoped() function
58 ~WriteLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dacm_generic_codec.cc102 WriteLockScoped wl(codec_wrapper_lock_); in Add10MsData()
211 WriteLockScoped lockCodec(codec_wrapper_lock_); in Encode()
394 WriteLockScoped lockCodec(codec_wrapper_lock_); in ResetEncoder()
442 WriteLockScoped lockCodec(codec_wrapper_lock_); in InitEncoder()
515 WriteLockScoped cs(codec_wrapper_lock_); in ResetNoMissedSamples()
530 WriteLockScoped wl(codec_wrapper_lock_); in DestructEncoder()
552 WriteLockScoped wl(codec_wrapper_lock_); in SetBitRate()
576 WriteLockScoped wl(codec_wrapper_lock_); in GetEstimatedBandwidth()
586 WriteLockScoped wl(codec_wrapper_lock_); in SetEstimatedBandwidth()
599 WriteLockScoped wl(codec_wrapper_lock_); in GetRedPayload()
[all …]
Dacm_isac.cc690 WriteLockScoped wl(codec_wrapper_lock_);
790 WriteLockScoped wl(codec_wrapper_lock_);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DAPITest.cc453 WriteLockScoped cs(_apiTestRWLock); in RunTest()
876 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration()
924 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration()
935 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration()
950 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration()
1143 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec()
1154 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec()
1175 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec()
1216 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec()
/external/chromium_org/third_party/webrtc/video/
Dcall.cc217 WriteLockScoped write_lock(*send_crit_); in CreateVideoSendStream()
234 WriteLockScoped write_lock(*send_crit_); in DestroyVideoSendStream()
270 WriteLockScoped write_lock(*receive_crit_); in CreateVideoReceiveStream()
290 WriteLockScoped write_lock(*receive_crit_); in DestroyVideoReceiveStream()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dnormal_async_test.cc199 WriteLockScoped cs(_queueRWLock); in PushFrame()
205 WriteLockScoped cs(_queueRWLock); in PopFrame()
/external/chromium_org/third_party/webrtc/modules/video_capture/
Ddevice_info_impl.cc69 WriteLockScoped cs2(_apiLock); in NumberOfCapabilities()
/external/webrtc/src/system_wrappers/source/
Ddata_log.cc383 WriteLockScoped synchronize(*tables_lock_); in AddTable()
/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_transport_impl.cc221 WriteLockScoped wl(*_cachLock); in IPAddressCached()