Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: webrtc/voice_engine/test/auto_test/voe_standard_test.h

Issue 1476453002: Clean up PlatformThread. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: IsRunning DCHECK Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 26 matching lines...) Expand all
37 #ifdef WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API 37 #ifdef WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
38 #include "webrtc/voice_engine/include/voe_video_sync.h" 38 #include "webrtc/voice_engine/include/voe_video_sync.h"
39 #endif 39 #endif
40 #ifdef WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API 40 #ifdef WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API
41 #include "webrtc/voice_engine/include/voe_volume_control.h" 41 #include "webrtc/voice_engine/include/voe_volume_control.h"
42 #endif 42 #endif
43 43
44 #ifdef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API 44 #ifdef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
45 namespace webrtc { 45 namespace webrtc {
46 class CriticalSectionWrapper; 46 class CriticalSectionWrapper;
47 class PlatformThread;
48 class VoENetEqStats; 47 class VoENetEqStats;
49 } 48 }
50 #endif 49 #endif
51 50
52 #if defined(WEBRTC_ANDROID) 51 #if defined(WEBRTC_ANDROID)
53 extern char mobileLogMsg[640]; 52 extern char mobileLogMsg[640];
54 #endif 53 #endif
55 54
56 DECLARE_bool(include_timing_dependent_tests); 55 DECLARE_bool(include_timing_dependent_tests);
57 56
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 VoEVideoSync* voe_vsync_; 197 VoEVideoSync* voe_vsync_;
199 VoEVolumeControl* voe_volume_control_; 198 VoEVolumeControl* voe_volume_control_;
200 VoEAudioProcessing* voe_apm_; 199 VoEAudioProcessing* voe_apm_;
201 200
202 ResourceManager resource_manager_; 201 ResourceManager resource_manager_;
203 }; 202 };
204 203
205 } // namespace voetest 204 } // namespace voetest
206 205
207 #endif // WEBRTC_VOICE_ENGINE_VOE_STANDARD_TEST_H 206 #endif // WEBRTC_VOICE_ENGINE_VOE_STANDARD_TEST_H
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698