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

  /external/chromium_org/third_party/webrtc/voice_engine/
shared_data.h 46 CriticalSectionWrapper* crit_sec() { return _apiCritPtr; } function in class:webrtc::voe::SharedData
voe_base_impl.cc 306 CriticalSectionScoped cs(_shared->crit_sec());
493 CriticalSectionScoped cs(_shared->crit_sec());
500 CriticalSectionScoped cs(_shared->crit_sec());
512 CriticalSectionScoped cs(_shared->crit_sec());
561 CriticalSectionScoped cs(_shared->crit_sec());
599 CriticalSectionScoped cs(_shared->crit_sec());
620 CriticalSectionScoped cs(_shared->crit_sec());
641 CriticalSectionScoped cs(_shared->crit_sec());
672 CriticalSectionScoped cs(_shared->crit_sec());
699 CriticalSectionScoped cs(_shared->crit_sec());
    [all...]
voe_dtmf_impl.cc 236 CriticalSectionScoped sc(_shared->crit_sec());
249 CriticalSectionScoped sc(_shared->crit_sec());
voe_hardware_impl.cc 304 CriticalSectionScoped cs(_shared->crit_sec());
432 CriticalSectionScoped cs(_shared->crit_sec());

Completed in 118 milliseconds