Home
last modified time | relevance | path

Searched refs:LockExclusive (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/videoio/src/cap_winrt/
DMediaStreamSink.cpp56 auto lock = _lock.LockExclusive(); in GetMediaSink()
71 auto lock = _lock.LockExclusive(); in GetIdentifier()
85 auto lock = _lock.LockExclusive(); in GetMediaTypeHandler()
100 auto lock = _lock.LockExclusive(); in RequestSample()
115 auto lock = _lock.LockExclusive(); in ProcessSample()
137 auto lock = _lock.LockExclusive(); in PlaceMarker()
150 auto lock = _lock.LockExclusive(); in Flush()
166 auto lock = _lock.LockExclusive(); in GetEvent()
182 auto lock = _lock.LockExclusive(); in BeginGetEvent()
195 auto lock = _lock.LockExclusive(); in EndGetEvent()
[all …]
DMediaSink.hpp82 auto lock = _lock.LockExclusive(); in RequestAudioSample()
91 auto lock = _lock.LockExclusive(); in RequestVideoSample()
100 auto lock = _lock.LockExclusive(); in SetCurrentAudioMediaType()
109 auto lock = _lock.LockExclusive(); in SetCurrentVideoMediaType()
124 auto lock = _lock.LockExclusive(); in SetProperties()
188 auto lock = _lock.LockExclusive(); in GetStreamSinkByIndex()
229 auto lock = _lock.LockExclusive(); in GetStreamSinkById()
255 auto lock = _lock.LockExclusive(); in SetPresentationClock()
277 auto lock = _lock.LockExclusive(); in GetPresentationClock()
295 auto lock = _lock.LockExclusive(); in Shutdown()
[all …]
DCaptureFrameGrabber.cpp107 auto lock = _lock.LockExclusive(); in FinishAsync()
134 auto lock = _lock.LockExclusive(); in FinishAsync()
142 auto lock = _lock.LockExclusive(); in GetFrameAsync()
162 auto lock = _lock.LockExclusive();
/external/webrtc/webrtc/base/
Dsharedexclusivelock.h28 void LockExclusive() EXCLUSIVE_LOCK_FUNCTION();
62 lock_->LockExclusive(); in ExclusiveScope()
Dsharedexclusivelock.cc20 void SharedExclusiveLock::LockExclusive() { in LockExclusive() function in rtc::SharedExclusiveLock