#include <algorithm>
#include <limits>
#include <list>
#include <memory>
#include <numeric>
#include <string>
#include <vector>
#include "webrtc/base/arraysize.h"
#include "webrtc/base/criticalsection.h"
#include "webrtc/base/format_macros.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/modules/audio_device/audio_device_impl.h"
#include "webrtc/modules/audio_device/include/audio_device.h"
#include "webrtc/modules/audio_device/include/mock_audio_transport.h"
#include "webrtc/modules/audio_device/ios/audio_device_ios.h"
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/system_wrappers/include/sleep.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"
|
| #define | PRINTD(...) ((void)0) |
| |
| #define | PRINT(...) fprintf(stderr, __VA_ARGS__); |
| |
|
| | webrtc::TEST_F (AudioDeviceTest, ConstructDestruct) |
| |
| | webrtc::TEST_F (AudioDeviceTest, InitTerminate) |
| |
| | webrtc::TEST_F (AudioDeviceTest, DISABLED_StartStopPlayout) |
| |
| | webrtc::TEST_F (AudioDeviceTest, StartStopRecording) |
| |
| | webrtc::TEST_F (AudioDeviceTest, StopPlayoutRequiresInitToRestart) |
| |
| | webrtc::TEST_F (AudioDeviceTest, DISABLED_StartPlayoutOnTwoInstances) |
| |
| | webrtc::TEST_F (AudioDeviceTest, StartPlayoutVerifyCallbacks) |
| |
| | webrtc::TEST_F (AudioDeviceTest, StartRecordingVerifyCallbacks) |
| |
| | webrtc::TEST_F (AudioDeviceTest, StartPlayoutAndRecordingVerifyCallbacks) |
| |
| | webrtc::TEST_F (AudioDeviceTest, RunPlayoutWithFileAsSource) |
| |
| | webrtc::TEST_F (AudioDeviceTest, Devices) |
| |
| | webrtc::TEST_F (AudioDeviceTest, RunPlayoutAndRecordingInFullDuplex) |
| |
| | webrtc::TEST_F (AudioDeviceTest, DISABLED_MeasureLoopbackLatency) |
| |
◆ PRINT
| #define PRINT |
( |
|
... | ) |
fprintf(stderr, __VA_ARGS__); |
◆ PRINTD
| #define PRINTD |
( |
|
... | ) |
((void)0) |