Searched refs:kChannelBoth (Results 1 – 7 of 7) sorted by relevance
40 _recChannel(AudioDeviceModule::kChannelBoth), in AudioDeviceBuffer()213 if (channel == AudioDeviceModule::kChannelBoth) in SetRecordingChannel()402 if (_recChannel == AudioDeviceModule::kChannelBoth) in SetRecordedBuffer()
1050 if (channel == kChannelBoth) in SetRecordingChannel()1089 if (*channel == kChannelBoth) in RecordingChannel()
486 if (channel != AudioDeviceModule::kChannelBoth) { in SetRecordingChannel()498 *channel = AudioDeviceModule::kChannelBoth; in RecordingChannel()
50 kChannelBoth = 2 enumerator
1492 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()
1333 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelBoth)); in TestAudioTransport()
263 AudioDeviceModule::ChannelType recCh = AudioDeviceModule::kChannelBoth; in SetRecordingDevice()