Home
last modified time | relevance | path

Searched refs:GetNumOfPlayoutDevices (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dhardware_test.cc22 EXPECT_EQ(0, voe_hardware_->GetNumOfPlayoutDevices(num_playout_devices)); in TEST_F()
Dhardware_before_streaming_test.cc93 EXPECT_EQ(0, voe_hardware_->GetNumOfPlayoutDevices( in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.h24 int GetNumOfPlayoutDevices(int& devices) override;
Dvoe_hardware_impl.cc137 int VoEHardwareImpl::GetNumOfPlayoutDevices(int& devices) { in GetNumOfPlayoutDevices() function in webrtc::VoEHardwareImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_hardware.h58 virtual int GetNumOfPlayoutDevices(int& devices) = 0;
/external/webrtc/webrtc/tools/e2e_quality/audio/
Daudio_e2e_harness.cc71 ASSERT_EQ(0, hardware->GetNumOfPlayoutDevices(num_devices)); in RunHarness()
/external/webrtc/webrtc/tools/agc/
Dagc_harness.cc167 RTC_CHECK_EQ(0, hardware_->GetNumOfPlayoutDevices(num_devices)); in PrintDevices()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc339 res = hardware->GetNumOfPlayoutDevices(pd); in RunTest()
562 res = hardware->GetNumOfPlayoutDevices(num_pd); in RunTest()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h222 MOCK_METHOD1(GetNumOfPlayoutDevices, int(int& devices));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h535 WEBRTC_STUB(GetNumOfPlayoutDevices, (int& num));