Home
last modified time | relevance | path

Searched refs:kChannelBoth (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc40 _recChannel(AudioDeviceModule::kChannelBoth), in AudioDeviceBuffer()
213 if (channel == AudioDeviceModule::kChannelBoth) in SetRecordingChannel()
402 if (_recChannel == AudioDeviceModule::kChannelBoth) in SetRecordedBuffer()
Daudio_device_impl.cc1050 if (channel == kChannelBoth) in SetRecordingChannel()
1089 if (*channel == kChannelBoth) in RecordingChannel()
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc486 if (channel != AudioDeviceModule::kChannelBoth) { in SetRecordingChannel()
498 *channel = AudioDeviceModule::kChannelBoth; in RecordingChannel()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device.h50 kChannelBoth = 2 enumerator
/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_api.cc1492 AudioDeviceModule::ChannelType channelType(AudioDeviceModule::kChannelBoth); in TEST_F()
1499 AudioDeviceModule::kChannelBoth)); in TEST_F()
1509 AudioDeviceModule::kChannelBoth)); in TEST_F()
1511 EXPECT_EQ(AudioDeviceModule::kChannelBoth, channelType); in TEST_F()
Dfunc_test_manager.cc1333 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelBoth)); in TestAudioTransport()
/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.cc263 AudioDeviceModule::ChannelType recCh = AudioDeviceModule::kChannelBoth; in SetRecordingDevice()