Searched refs:capture_devices (Results 1 – 1 of 1) sorted by relevance
150 int capture_devices = core_audio_utility::NumberOfActiveDevices(eCapture); in TEST_F() local151 EXPECT_GT(capture_devices, 0); in TEST_F()153 EXPECT_EQ(total_devices, render_devices + capture_devices); in TEST_F()