Home
last modified time | relevance | path

Searched refs:ReadLockScoped (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Drw_lock_wrapper.h36 class SCOPED_LOCKABLE ReadLockScoped {
38 ReadLockScoped(RWLockWrapper& rw_lock) SHARED_LOCK_FUNCTION(rw_lock) in ReadLockScoped() function
43 ~ReadLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION()
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc385 ReadLockScoped synchronize(*tables_lock_); in AddColumn()
394 ReadLockScoped synchronize(*tables_lock_); in InsertCell()
402 ReadLockScoped synchronize(*tables_lock_); in NextRow()
412 ReadLockScoped synchronize(*tables_lock_); in Flush()
Dfile_impl.cc77 ReadLockScoped read(*rw_lock_); in FileName()
97 ReadLockScoped read(*rw_lock_); in Open()
Dclock.cc242 ReadLockScoped synchronize(*lock_); in TimeInMilliseconds()
247 ReadLockScoped synchronize(*lock_); in TimeInMicroseconds()
Dtimestamp_extrapolator.cc151 ReadLockScoped rl(*_rwLock); in ExtrapolateLocalTime()
/external/webrtc/webrtc/call/
Dcall.cc511 ReadLockScoped read_lock(*send_crit_); in GetStats()
550 ReadLockScoped write_lock(*send_crit_); in SignalNetworkState()
559 ReadLockScoped write_lock(*receive_crit_); in SignalNetworkState()
579 ReadLockScoped read_lock(*send_crit_); in OnNetworkChanged()
665 ReadLockScoped read_lock(*receive_crit_); in DeliverRtcp()
675 ReadLockScoped read_lock(*send_crit_); in DeliverRtcp()
701 ReadLockScoped read_lock(*receive_crit_); in DeliverRtp()
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc329 ReadLockScoped rl(_apiTestRWLock); in PullAudioRunA()
349 ReadLockScoped rl(_apiTestRWLock); in PullAudioRunB()
371 ReadLockScoped rl(_apiTestRWLock); in PushAudioRunA()
388 ReadLockScoped rl(_apiTestRWLock); in PushAudioRunB()
479 ReadLockScoped rl(_apiTestRWLock); in APIRunA()
502 ReadLockScoped rl(_apiTestRWLock); in APIRunB()
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc125 ReadLockScoped cs(_apiLock); in NumberOfDevices()
138 ReadLockScoped cs(_apiLock); in GetDeviceName()
372 ReadLockScoped cs(_apiLock); in GetWindowsCapability()
745 ReadLockScoped cs(_apiLock); in DisplayCaptureSettingsDialogBox()
/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc81 ReadLockScoped cs(_apiLock); in GetCapability()
130 ReadLockScoped cs(_apiLock); in GetBestMatchedCapability()
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc212 ReadLockScoped rl(*_cachLock); in IPAddressCached()