HomeSort by relevance Sort by last modified time
    Searched refs:send_critsect_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 197 EXCLUSIVE_LOCKS_REQUIRED(send_critsect_.get());
389 Random random_ GUARDED_BY(send_critsect_);
402 rtc::scoped_ptr<CriticalSectionWrapper> send_critsect_; member in class:webrtc::RTPSender
405 bool sending_media_ GUARDED_BY(send_critsect_);
410 int8_t payload_type_ GUARDED_BY(send_critsect_);
438 bool start_timestamp_forced_ GUARDED_BY(send_critsect_);
439 uint32_t start_timestamp_ GUARDED_BY(send_critsect_);
440 SSRCDatabase& ssrc_db_ GUARDED_BY(send_critsect_);
441 uint32_t remote_ssrc_ GUARDED_BY(send_critsect_);
442 bool sequence_number_forced_ GUARDED_BY(send_critsect_);
    [all...]
rtp_sender.cc 141 send_critsect_(CriticalSectionWrapper::CreateCriticalSection()),
245 CriticalSectionScoped cs(send_critsect_.get());
254 CriticalSectionScoped cs(send_critsect_.get());
260 CriticalSectionScoped cs(send_critsect_.get());
265 CriticalSectionScoped cs(send_critsect_.get());
272 CriticalSectionScoped cs(send_critsect_.get());
281 CriticalSectionScoped cs(send_critsect_.get());
286 CriticalSectionScoped cs(send_critsect_.get());
291 CriticalSectionScoped cs(send_critsect_.get());
302 CriticalSectionScoped cs(send_critsect_.get())
    [all...]

Completed in 43 milliseconds