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

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
hardware_before_streaming_test.cc 47 EXPECT_EQ(0, voe_hardware_->GetPlayoutDeviceName(
57 EXPECT_EQ(0, voe_hardware_->GetPlayoutDeviceName(
101 EXPECT_EQ(0, voe_hardware_->GetPlayoutDeviceName(
hardware_test.cc 52 EXPECT_EQ(0, voe_hardware_->GetPlayoutDeviceName(
  /external/webrtc/webrtc/voice_engine/include/
voe_hardware.h 70 virtual int GetPlayoutDeviceName(int index,
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h 30 int GetPlayoutDeviceName(int index,
voe_hardware_impl.cc 190 int VoEHardwareImpl::GetPlayoutDeviceName(int index,
199 "GetPlayoutDeviceName() invalid argument");
218 "GetPlayoutDeviceName() failed to get device name");
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 77 ASSERT_EQ(0, hardware->GetPlayoutDeviceName(device_index, device_name,
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 170 RTC_CHECK_EQ(0, hardware_->GetPlayoutDeviceName(i, device_name, guid));
  /external/webrtc/webrtc/test/
mock_voice_engine.h 225 MOCK_METHOD3(GetPlayoutDeviceName,
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 346 res = hardware->GetPlayoutDeviceName(j, dn, guid);
570 res = hardware->GetPlayoutDeviceName(i, dn, guid);
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 537 WEBRTC_STUB(GetPlayoutDeviceName, (int i, char* name, char* guid));

Completed in 122 milliseconds