Searched defs:acm_crit_sect_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h259 int InitializeReceiverSafe() EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
262 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
267 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
290 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
301 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
304 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
318 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
320 CriticalSectionWrapper* acm_crit_sect_; member in class:webrtc::acm2::AudioCodingModuleImpl
322 uint32_t expected_codec_ts_ GUARDED_BY(acm_crit_sect_);
323 uint32_t expected_in_ts_ GUARDED_BY(acm_crit_sect_);
[all...]

Completed in 838 milliseconds