Searched refs:expected_channels (Results 1 – 3 of 3) sorted by relevance
87 void ValidateGetTopChannels(size_t expected_channels) { in ValidateGetTopChannels() argument93 ValidateJsonArraySize(parsed_json, "channel", expected_channels); in ValidateGetTopChannels()
1457 uint32_t expected_channels = 2U; in SendBundleToBundle() local1460 expected_channels = 1U; in SendBundleToBundle()1467 EXPECT_EQ(expected_channels, GetTransport2()->channels().size()); in SendBundleToBundle()1469 EXPECT_EQ(expected_channels, GetTransport1()->channels().size()); in SendBundleToBundle()1470 EXPECT_EQ(expected_channels, GetTransport2()->channels().size()); in SendBundleToBundle()
1107 test::AcmReceiveTestOldApi::NumOutputChannels expected_channels) { in Run() argument1123 this, &output, kOutputFreqHz, expected_channels); in Run()