OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crit_
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc
89
:
crit_
(crit) {
90
RTC_DCHECK(
crit_
);
100
rtc::CritScope cs(
crit_
);
106
rtc::CritScope cs(
crit_
);
120
rtc::CritScope cs(
crit_
);
131
rtc::CritScope cs(
crit_
);
/external/webrtc/webrtc/video/
receive_statistics_proxy.cc
76
rtc::CritScope lock(&
crit_
);
81
rtc::CritScope lock(&
crit_
);
87
rtc::CritScope lock(&
crit_
);
92
rtc::CritScope lock(&
crit_
);
105
rtc::CritScope lock(&
crit_
);
122
rtc::CritScope lock(&
crit_
);
131
rtc::CritScope lock(&
crit_
);
141
rtc::CritScope lock(&
crit_
);
152
rtc::CritScope lock(&
crit_
);
161
rtc::CritScope lock(&
crit_
);
[
all
...]
send_statistics_proxy.cc
163
rtc::CritScope lock(&
crit_
);
172
rtc::CritScope lock(&
crit_
);
177
rtc::CritScope lock(&
crit_
);
184
rtc::CritScope lock(&
crit_
);
189
rtc::CritScope lock(&
crit_
);
194
rtc::CritScope lock(&
crit_
);
233
rtc::CritScope lock(&
crit_
);
245
rtc::CritScope lock(&
crit_
);
261
rtc::CritScope lock(&
crit_
);
318
rtc::CritScope lock(&
crit_
);
[
all
...]
call_stats.cc
96
crit_
(CriticalSectionWrapper::CreateCriticalSection()),
111
CriticalSectionScoped cs(
crit_
.get());
134
CriticalSectionScoped cs(
crit_
.get());
143
CriticalSectionScoped cs(
crit_
.get());
153
CriticalSectionScoped cs(
crit_
.get());
164
CriticalSectionScoped cs(
crit_
.get());
vie_channel.h
409
rtc::scoped_ptr<CriticalSectionWrapper>
crit_
;
member in class:webrtc::ViEChannel
423
ReceiveStatisticsProxy* receive_stats_callback_ GUARDED_BY(
crit_
);
424
FrameCounts receive_frame_counts_ GUARDED_BY(
crit_
);
425
IncomingVideoStream* incoming_video_stream_ GUARDED_BY(
crit_
);
438
I420FrameCallback* pre_render_callback_ GUARDED_BY(
crit_
);
442
int64_t time_of_first_rtt_ms_ GUARDED_BY(
crit_
);
443
int64_t rtt_sum_ms_ GUARDED_BY(
crit_
);
444
int64_t last_rtt_ms_ GUARDED_BY(
crit_
);
445
size_t num_rtts_ GUARDED_BY(
crit_
);
449
size_t num_active_rtp_rtcp_modules_ GUARDED_BY(
crit_
);
[
all
...]
/external/webrtc/talk/media/base/
fakevideorenderer.h
51
rtc::CritScope cs(&
crit_
);
60
rtc::CritScope cs(&
crit_
);
85
rtc::CritScope cs(&
crit_
);
89
rtc::CritScope cs(&
crit_
);
93
rtc::CritScope cs(&
crit_
);
97
rtc::CritScope cs(&
crit_
);
101
rtc::CritScope cs(&
crit_
);
166
mutable rtc::CriticalSection
crit_
;
member in class:cricket::FakeVideoRenderer
fakenetworkinterface.h
65
rtc::CritScope cs(&
crit_
);
71
rtc::CritScope cs(&
crit_
);
80
rtc::CritScope cs(&
crit_
);
87
rtc::CritScope cs(&
crit_
);
92
rtc::CritScope cs(&
crit_
);
99
rtc::CritScope cs(&
crit_
);
105
rtc::CritScope cs(&
crit_
);
113
rtc::CritScope cs(&
crit_
);
119
rtc::CritScope cs(&
crit_
);
133
rtc::CritScope cs(&
crit_
);
235
rtc::CriticalSection
crit_
;
member in class:cricket::FakeNetworkInterface
[
all
...]
/external/webrtc/talk/session/media/
audiomonitor.cc
63
rtc::CritScope cs(&
crit_
);
91
crit_
.Leave();
93
crit_
.Enter();
100
rtc::CritScope cs(&
crit_
);
mediamonitor.cc
66
rtc::CritScope cs(&
crit_
);
98
rtc::CritScope cs(&
crit_
);
audiomonitor.h
68
rtc::CriticalSection
crit_
;
member in class:cricket::AudioMonitor
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc
21
:
crit_
(voetest::CriticalSectionWrapper::CreateCriticalSection()),
34
voetest::CriticalSectionScoped lock(
crit_
.get());
38
rtc::scoped_ptr<voetest::CriticalSectionWrapper>
crit_
;
member in class:TestRtpObserver
51
voetest::CriticalSectionScoped lock(
crit_
.get());
/external/webrtc/webrtc/base/
referencecountedsingletonfactory.h
52
rtc::CritScope cs(&
crit_
);
67
rtc::CritScope cs(&
crit_
);
77
CriticalSection
crit_
;
member in class:rtc::ReferenceCountedSingletonFactory
asyncinvoker.h
167
rtc::CritScope cs(&
crit_
);
180
rtc::CritScope cs(&
crit_
);
195
rtc::CritScope cs(&
crit_
);
210
rtc::CritScope cs(&
crit_
);
222
CriticalSection
crit_
;
member in class:rtc::GuardedAsyncInvoker
223
Thread* thread_ GUARDED_BY(
crit_
);
224
AsyncInvoker invoker_ GUARDED_BY(
crit_
);
asyncinvoker.cc
89
rtc::CritScope cs(&
crit_
);
97
rtc::CritScope cs(&
crit_
);
117
CritScope cs(&
crit_
);
127
CritScope cs(&
crit_
);
messagequeue.cc
63
ASSERT(!
crit_
.CurrentThreadIsOwner());
65
CritScope cs(&
crit_
);
77
ASSERT(!
crit_
.CurrentThreadIsOwner()); // See note above.
85
CritScope cs(&
crit_
);
108
ASSERT(!
crit_
.CurrentThreadIsOwner()); // See note above.
110
CritScope cs(&
crit_
);
205
CritScope cs(&
crit_
);
226
} //
crit_
is released here.
290
CritScope cs(&
crit_
);
328
CritScope cs(&
crit_
);
[
all
...]
event_tracer.cc
96
rtc::CritScope lock(&
crit_
);
112
rtc::CritScope lock(&
crit_
);
147
rtc::CritScope lock(&
crit_
);
184
rtc::CriticalSection
crit_
;
member in class:rtc::tracing::__anon49585::final
185
std::vector<TraceEvent> trace_events_ GUARDED_BY(
crit_
);
thread.cc
344
CritScope cs(&
crit_
);
357
crit_
.Enter();
359
crit_
.Leave();
365
crit_
.Enter();
367
crit_
.Leave();
397
crit_
.Enter();
399
crit_
.Leave();
403
crit_
.Enter();
407
crit_
.Leave();
433
CritScope cs(&
crit_
);
[
all
...]
firewallsocketserver.cc
147
CritScope scope(&
crit_
);
152
CritScope scope(&
crit_
);
159
CritScope scope(&
crit_
);
224
CritScope scope(&
crit_
);
229
CritScope scope(&
crit_
);
236
CritScope scope(&
crit_
);
244
CritScope scope(&
crit_
);
/external/webrtc/talk/media/webrtc/
fakewebrtcvideoengine.h
148
rtc::CritScope lock(&
crit_
);
154
rtc::CritScope lock(&
crit_
);
161
rtc::CritScope lock(&
crit_
);
182
rtc::CritScope lock(&
crit_
);
187
rtc::CriticalSection
crit_
;
member in class:cricket::FakeWebRtcVideoEncoder
188
int num_frames_encoded_ GUARDED_BY(
crit_
);
189
webrtc::VideoCodec codec_settings_ GUARDED_BY(
crit_
);
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.h
31
:
crit_
(webrtc::CriticalSectionWrapper::CreateCriticalSection()),
65
webrtc::CriticalSectionScoped lock(
crit_
.get());
88
webrtc::CriticalSectionScoped lock(
crit_
.get());
113
webrtc::CriticalSectionScoped lock(
crit_
.get());
146
const rtc::scoped_ptr<webrtc::CriticalSectionWrapper>
crit_
;
member in class:LoopBackTransport
149
std::deque<Packet> packet_queue_ GUARDED_BY(
crit_
.get());
151
std::map<uint32_t, int> channels_ GUARDED_BY(
crit_
.get());
/external/webrtc/webrtc/call/
rtc_event_log.cc
93
void StartLoggingLocked() EXCLUSIVE_LOCKS_REQUIRED(
crit_
);
95
void StopLoggingLocked() EXCLUSIVE_LOCKS_REQUIRED(
crit_
);
98
void HandleEvent(rtclog::Event* event) EXCLUSIVE_LOCKS_REQUIRED(
crit_
);
101
void StoreToFile(rtclog::Event* event) EXCLUSIVE_LOCKS_REQUIRED(
crit_
);
105
EXCLUSIVE_LOCKS_REQUIRED(
crit_
);
107
rtc::CriticalSection
crit_
;
108
rtc::scoped_ptr<FileWrapper> file_ GUARDED_BY(
crit_
) =
110
rtc::PlatformFile platform_file_ GUARDED_BY(
crit_
) =
112
rtclog::EventStream stream_ GUARDED_BY(
crit_
);
113
std::deque<rtclog::Event> recent_log_events_ GUARDED_BY(
crit_
);
[
all
...]
/external/webrtc/webrtc/test/
vcm_capturer.cc
72
rtc::CritScope lock(&
crit_
);
77
rtc::CritScope lock(&
crit_
);
99
rtc::CritScope lock(&
crit_
);
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc
68
rtc::CritScope cs(&
crit_
);
variable
91
rtc::CritScope cs(&
crit_
);
variable
104
rtc::CritScope cs(&
crit_
);
108
rtc::CritScope cs(&
crit_
);
129
mutable rtc::CriticalSection
crit_
;
member in class:FakeAdmTest
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.cc
39
crit_
(CriticalSectionWrapper::CreateCriticalSection()),
131
CriticalSectionScoped cs(
crit_
.get());
182
CriticalSectionScoped cs(
crit_
.get());
196
CriticalSectionScoped cs(
crit_
.get());
203
CriticalSectionScoped cs(
crit_
.get());
218
CriticalSectionScoped cs(
crit_
.get());
245
CriticalSectionScoped cs(
crit_
.get());
350
CriticalSectionScoped cs(
crit_
.get());
355
CriticalSectionScoped cs(
crit_
.get());
/external/webrtc/talk/media/devices/
yuvframescapturer.cc
65
rtc::CritScope cs(&
crit_
);
82
rtc::CritScope cs(&
crit_
);
88
mutable rtc::CriticalSection
crit_
;
member in class:cricket::YuvFramesCapturer::YuvFramesThread
Completed in 1752 milliseconds
1
2
3
4