Home | History | Annotate | Download | only in test

Lines Matching refs:ChannelType

1512   AudioDeviceModule::ChannelType channelType(AudioDeviceModule::kChannelBoth);
1530 EXPECT_EQ(0, audio_device_->RecordingChannel(&channelType));
1531 EXPECT_EQ(AudioDeviceModule::kChannelBoth, channelType);
1534 EXPECT_EQ(0, audio_device_->RecordingChannel(&channelType));
1535 EXPECT_EQ(AudioDeviceModule::kChannelLeft, channelType);
1538 EXPECT_EQ(0, audio_device_->RecordingChannel(&channelType));
1539 EXPECT_EQ(AudioDeviceModule::kChannelRight, channelType);