Searched defs:InitSpeaker (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc94 int32_t AudioDeviceDummy::InitSpeaker() { return -1; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc318 int32_t FileAudioDevice::InitSpeaker() { return -1; } function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h28 virtual int32_t InitSpeaker() { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc311 int32_t FakeAudioCaptureModule::InitSpeaker() { function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc565 // InitSpeaker
568 int32_t AudioDeviceModuleImpl::InitSpeaker() function in class:webrtc::AudioDeviceModuleImpl
571 return (_ptrAudioDevice->InitSpeaker());
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc249 int32_t AudioDeviceLinuxALSA::InitSpeaker() function in class:webrtc::AudioDeviceLinuxALSA
296 if (!wasInitialized && InitSpeaker() == -1)
304 // Given that InitSpeaker was successful, we know that a volume control
415 if (!wasInitialized && InitSpeaker() == -1)
1034 if (InitSpeaker() == -1)
1037 " InitSpeaker() failed");
H A Daudio_device_pulse_linux.cc277 int32_t AudioDeviceLinuxPulse::InitSpeaker() function in class:webrtc::AudioDeviceLinuxPulse
383 if (!wasInitialized && InitSpeaker() == -1)
391 // Given that InitSpeaker was successful, we know volume control exists.
505 if (!wasInitialized && InitSpeaker() == -1)
719 if (!wasInitialized && InitSpeaker() == -1)
1124 if (InitSpeaker() == -1)
1127 " InitSpeaker() failed");
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc401 if (!wasInitialized && InitSpeaker() == -1) {
406 // Given that InitSpeaker was successful, we know that a valid speaker
419 int32_t AudioDeviceMac::InitSpeaker() { function in class:webrtc::AudioDeviceMac
505 if (!wasInitialized && InitSpeaker() == -1) {
512 // Given that InitSpeaker was successful, we know that a volume control exists
594 if (!wasInitialized && InitSpeaker() == -1) {
766 if (!wasInitialized && InitSpeaker() == -1) {
1065 if (InitSpeaker() == -1) {
1067 " InitSpeaker() failed");
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc445 // InitSpeaker
448 int32_t AudioDeviceWindowsWave::InitSpeaker() function in class:webrtc::AudioDeviceWindowsWave
566 if (InitSpeaker() == -1)
813 if (InitSpeaker() == -1)
1615 if (InitSpeaker() == -1)
1617 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "InitSpeaker() failed");
H A Daudio_device_core_win.cc365 ok |= p->InitSpeaker();
748 // InitSpeaker
751 int32_t AudioDeviceWindowsCore::InitSpeaker() function in class:webrtc::AudioDeviceWindowsCore
2175 if (InitSpeaker() == -1)
2177 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "InitSpeaker() failed");

Completed in 134 milliseconds