Home
last modified time | relevance | path

Searched refs:RestartPlayoutInternally (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_device/include/
Daudio_device.h170 virtual int RestartPlayoutInternally() = 0;
/external/webrtc/modules/audio_device/
Daudio_device_impl.h156 int RestartPlayoutInternally() override { return -1; } in RestartPlayoutInternally() function
Daudio_device_unittest.cc982 EXPECT_EQ(0, audio_device()->RestartPlayoutInternally()); in TEST_P()
/external/webrtc/modules/audio_device/win/
Daudio_device_module_win.cc462 int RestartPlayoutInternally() override { in RestartPlayoutInternally() function in webrtc::webrtc_win::__anona7ce8a080111::WindowsAudioDeviceModule