webrtc/audio
Yves Gerey 6516f76f9b Deprecate SingleThreadedTaskQueueForTesting class.
This class doesn't strictly follow rtc::TaskQueue semantics,
which makes it surprising and hard to use correctly.
Please use TaskQueueForTest instead.

This CL follows usual deprecation process:

1/ Rename.
% for i in `git ls-files` ; sed -i "s:SingleThreadedTaskQueueForTesting:DEPRECATED_SingleThreadedTaskQueueForTesting:" $i

2/ Annotate old name for downstream users and accidental new uses.

Bug: webrtc:10933
Change-Id: I80b4ee5a48df1f63f63a43ed0efdb50eb7fb156a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150788
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Yves Gerey <yvesg@google.com>
Cr-Commit-Position: refs/heads/master@{#29045}
2019-09-03 10:31:30 +00:00
..
test Deprecate SingleThreadedTaskQueueForTesting class. 2019-09-03 10:31:30 +00:00
utility Format almost everything. 2019-07-08 13:45:15 +00:00
audio_level.cc Format almost everything. 2019-07-08 13:45:15 +00:00
audio_level.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
audio_receive_stream.cc Delete audio methods SignalNetworkState 2019-08-30 09:27:30 +00:00
audio_receive_stream.h Delete audio methods SignalNetworkState 2019-08-30 09:27:30 +00:00
audio_receive_stream_unittest.cc Remove clock drift metric from NetEq. 2019-09-02 13:50:55 +00:00
audio_send_stream.cc Delete audio methods SignalNetworkState 2019-08-30 09:27:30 +00:00
audio_send_stream.h Delete audio methods SignalNetworkState 2019-08-30 09:27:30 +00:00
audio_send_stream_tests.cc Reland "Delete test/constants.h" 2019-02-19 08:51:20 +00:00
audio_send_stream_unittest.cc Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo 2019-08-22 07:23:04 +00:00
audio_state.cc [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
audio_state.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
audio_state_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
audio_transport_impl.cc [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
audio_transport_impl.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
BUILD.gn Split out RtpSource from libjingle_peerconnection_api 2019-09-02 14:04:47 +00:00
channel_receive.cc Split out RtpSource from libjingle_peerconnection_api 2019-09-02 14:04:47 +00:00
channel_receive.h Split out RtpSource from libjingle_peerconnection_api 2019-09-02 14:04:47 +00:00
channel_send.cc Delete unused logic for audio RtcpMode::kOff 2019-08-30 10:35:06 +00:00
channel_send.h Set local ssrc at construction of Rtp module 2019-08-21 12:44:09 +00:00
conversion.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
mock_voe_channel_proxy.h Set local ssrc at construction of Rtp module 2019-08-21 12:44:09 +00:00
null_audio_poller.cc Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
null_audio_poller.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
remix_resample.cc Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" 2019-07-24 16:47:13 +00:00
remix_resample.h Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
remix_resample_unittest.cc Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00
transport_feedback_packet_loss_tracker.cc Format almost everything. 2019-07-08 13:45:15 +00:00
transport_feedback_packet_loss_tracker.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
transport_feedback_packet_loss_tracker_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00