class AudioDeviceEnumeratorTest
Defined at line 30 of file ../../src/media/audio/audio_core/test/api/audio_device_enumerator_test.cc
This test directly changes events in audio_dev_enum_. These changes are safe because
we never change events before calling CreateInput or CreateOutput, and we use Unbind
when we remove a device manually.
Protected Methods
template <typename DeviceT>
void TestSetDeviceGain (DeviceT * device)
Defined at line 33 of file ../../src/media/audio/audio_core/test/api/audio_device_enumerator_test.cc
template <typename DeviceT>
void TestDeviceInitializesToUnityGain (DeviceT * device)
Defined at line 48 of file ../../src/media/audio/audio_core/test/api/audio_device_enumerator_test.cc
template <typename CreateDeviceT>
void TestPlugUnplugDurability (CreateDeviceT create_device)
Defined at line 64 of file ../../src/media/audio/audio_core/test/api/audio_device_enumerator_test.cc
template <typename CreateDeviceT>
void TestAddRemoveMany (CreateDeviceT create_device)
Defined at line 118 of file ../../src/media/audio/audio_core/test/api/audio_device_enumerator_test.cc