Searched refs:voetest (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_cpu_test.h16 namespace voetest { namespace
29 } // namespace voetest
H A Dvoe_test_interface.h20 namespace voetest { namespace
37 } // namespace voetest
H A Dvoe_stress_test.h18 namespace voetest { namespace
47 } // namespace voetest
H A Dvoe_cpu_test.cc27 namespace voetest { namespace
101 } // namespace voetest
H A Dvoe_standard_test.h58 namespace voetest { namespace
205 } // namespace voetest
H A Dvoe_standard_test.cc35 namespace voetest { namespace
250 voetest::VoETestManager test_manager;
281 } // namespace voetest
284 using namespace voetest;
H A Dvoe_stress_test.cc38 namespace voetest { namespace
412 } // namespace voetest
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc21 : crit_(voetest::CriticalSectionWrapper::CreateCriticalSection()),
22 changed_ssrc_event_(voetest::EventWrapper::Create()) {}
31 EXPECT_EQ(voetest::kEventSignaled, changed_ssrc_event_->Wait(10*1000));
35 voetest::CriticalSectionScoped lock(crit_.get());
39 voetest::scoped_ptr<voetest::CriticalSectionWrapper> crit_;
41 voetest::scoped_ptr<voetest::EventWrapper> changed_ssrc_event_;
52 voetest::CriticalSectionScoped lock(crit_.get());

Completed in 72 milliseconds