OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:send_crit_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
video_coding_impl.h
102
EXCLUSIVE_LOCKS_REQUIRED(
send_crit_
);
107
mutable rtc::CriticalSection
send_crit_
;
member in class:webrtc::vcm::VideoSender
113
VCMCodecDataBase _codecDataBase GUARDED_BY(
send_crit_
);
114
bool frame_dropper_enabled_ GUARDED_BY(
send_crit_
);
/external/webrtc/webrtc/call/
call.cc
142
rtc::scoped_ptr<RWLockWrapper>
send_crit_
;
member in class:webrtc::internal::Call
144
std::map<uint32_t, AudioSendStream*> audio_send_ssrcs_ GUARDED_BY(
send_crit_
);
145
std::map<uint32_t, VideoSendStream*> video_send_ssrcs_ GUARDED_BY(
send_crit_
);
146
std::set<VideoSendStream*> video_send_streams_ GUARDED_BY(
send_crit_
);
190
send_crit_
(RWLockWrapper::CreateRWLock()),
308
WriteLockScoped write_lock(*
send_crit_
);
326
WriteLockScoped write_lock(*
send_crit_
);
389
WriteLockScoped write_lock(*
send_crit_
);
411
WriteLockScoped write_lock(*
send_crit_
);
511
ReadLockScoped read_lock(*
send_crit_
);
[
all
...]
Completed in 101 milliseconds