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

  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 219 CriticalSectionScoped cs(shared_->crit_sec());
385 CriticalSectionScoped cs(shared_->crit_sec());
390 CriticalSectionScoped cs(shared_->crit_sec());
401 CriticalSectionScoped cs(shared_->crit_sec());
437 CriticalSectionScoped cs(shared_->crit_sec());
464 CriticalSectionScoped cs(shared_->crit_sec());
480 CriticalSectionScoped cs(shared_->crit_sec());
496 CriticalSectionScoped cs(shared_->crit_sec());
520 CriticalSectionScoped cs(shared_->crit_sec());
540 CriticalSectionScoped cs(shared_->crit_sec());
    [all...]
shared_data.h 46 CriticalSectionWrapper* crit_sec() { return _apiCritPtr; } function in class:webrtc::voe::SharedData
voe_dtmf_impl.cc 200 CriticalSectionScoped sc(_shared->crit_sec());
209 CriticalSectionScoped sc(_shared->crit_sec());
voice_engine_impl.cc 69 CriticalSectionScoped cs(crit_sec());
voe_hardware_impl.cc 237 CriticalSectionScoped cs(_shared->crit_sec());
348 CriticalSectionScoped cs(_shared->crit_sec());

Completed in 125 milliseconds