OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitSpeaker
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
94
int32_t AudioDeviceDummy::
InitSpeaker
() { return -1; }
file_audio_device.cc
318
int32_t FileAudioDevice::
InitSpeaker
() { return -1; }
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
28
virtual int32_t
InitSpeaker
() { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
311
int32_t FakeAudioCaptureModule::
InitSpeaker
() {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
565
//
InitSpeaker
568
int32_t AudioDeviceModuleImpl::
InitSpeaker
()
571
return (_ptrAudioDevice->
InitSpeaker
());
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
249
int32_t AudioDeviceLinuxALSA::
InitSpeaker
()
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");
[
all
...]
audio_device_pulse_linux.cc
277
int32_t AudioDeviceLinuxPulse::
InitSpeaker
()
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");
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
445
//
InitSpeaker
448
int32_t AudioDeviceWindowsWave::
InitSpeaker
()
566
if (
InitSpeaker
() == -1)
813
if (
InitSpeaker
() == -1)
[
all
...]
audio_device_core_win.cc
365
ok |= p->
InitSpeaker
();
748
//
InitSpeaker
751
int32_t AudioDeviceWindowsCore::
InitSpeaker
()
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
401
if (!wasInitialized &&
InitSpeaker
() == -1) {
406
// Given that
InitSpeaker
was successful, we know that a valid speaker
419
int32_t AudioDeviceMac::
InitSpeaker
() {
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");
[
all
...]
Completed in 869 milliseconds