(5) Rename files to snake_case: install forwarding headers

Mechanically generated with this command:

tools_webrtc/do-renames.sh install all-renames.txt && git cl format

Bug: webrtc:10159
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Ic8e99f71f2da62e5c99863c6d24a8cfe311466cd
Reviewed-on: https://webrtc-review.googlesource.com/c/115682
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26227}
This commit is contained in:
Steve Anton
2019-01-11 09:13:07 -08:00
parent 10542f21c8
commit aec15aa810
342 changed files with 6607 additions and 1 deletions

View File

@ -538,8 +538,10 @@ if (is_android) {
"src/jni/android_histogram.cc",
"src/jni/android_network_monitor.cc",
"src/jni/android_network_monitor.h",
"src/jni/androidnetworkmonitor.h",
"src/jni/class_loader.h",
"src/jni/class_reference_holder.h",
"src/jni/classreferenceholder.h",
"src/jni/jni_common.cc",
"src/jni/jni_helpers.cc",
"src/jni/jni_helpers.h",
@ -603,6 +605,7 @@ if (is_android) {
"src/jni/android_media_codec_common.h",
"src/jni/android_media_decoder.cc",
"src/jni/android_media_encoder.cc",
"src/jni/androidmediacodeccommon.h",
]
deps = [
":base_jni",
@ -632,13 +635,16 @@ if (is_android) {
sources = [
"src/jni/android_video_track_source.cc",
"src/jni/android_video_track_source.h",
"src/jni/androidvideotracksource.h",
"src/jni/encoded_image.cc",
"src/jni/encoded_image.h",
"src/jni/encodedimage.h",
"src/jni/h264_utils.cc",
"src/jni/java_i420_buffer.cc",
"src/jni/jni_generator_helper.h",
"src/jni/native_capturer_observer.cc",
"src/jni/native_capturer_observer.h",
"src/jni/nativecapturerobserver.h",
"src/jni/nv12_buffer.cc",
"src/jni/nv21_buffer.cc",
"src/jni/pc/video.cc",
@ -661,6 +667,13 @@ if (is_android) {
"src/jni/video_sink.h",
"src/jni/video_source.cc",
"src/jni/video_track.cc",
"src/jni/videocodecinfo.h",
"src/jni/videocodecstatus.h",
"src/jni/videodecoderfactorywrapper.h",
"src/jni/videodecoderwrapper.h",
"src/jni/videoencoderfactorywrapper.h",
"src/jni/videoencoderwrapper.h",
"src/jni/videosink.h",
"src/jni/yuv_helper.cc",
]
@ -695,16 +708,21 @@ if (is_android) {
sources = [
"src/jni/android_network_monitor_jni.h",
"src/jni/androidnetworkmonitor_jni.h",
"src/jni/pc/android_network_monitor.h",
"src/jni/pc/androidnetworkmonitor.h",
"src/jni/pc/audio_track.cc",
"src/jni/pc/call_session_file_rotating_log_sink.cc",
"src/jni/pc/crypto_options.cc",
"src/jni/pc/crypto_options.h",
"src/jni/pc/cryptooptions.h",
"src/jni/pc/data_channel.cc",
"src/jni/pc/data_channel.h",
"src/jni/pc/datachannel.h",
"src/jni/pc/dtmf_sender.cc",
"src/jni/pc/ice_candidate.cc",
"src/jni/pc/ice_candidate.h",
"src/jni/pc/icecandidate.h",
"src/jni/pc/media_constraints.cc",
"src/jni/pc/media_constraints.h",
"src/jni/pc/media_source.cc",
@ -712,16 +730,24 @@ if (is_android) {
"src/jni/pc/media_stream.h",
"src/jni/pc/media_stream_track.cc",
"src/jni/pc/media_stream_track.h",
"src/jni/pc/mediaconstraints.h",
"src/jni/pc/mediastream.h",
"src/jni/pc/mediastreamtrack.h",
"src/jni/pc/owned_factory_and_threads.cc",
"src/jni/pc/owned_factory_and_threads.h",
"src/jni/pc/ownedfactoryandthreads.h",
"src/jni/pc/peer_connection.cc",
"src/jni/pc/peer_connection.h",
"src/jni/pc/peer_connection_factory.cc",
"src/jni/pc/peer_connection_factory.h",
"src/jni/pc/peerconnection.h",
"src/jni/pc/peerconnectionfactory.h",
"src/jni/pc/rtc_certificate.cc",
"src/jni/pc/rtc_certificate.h",
"src/jni/pc/rtc_stats_collector_callback_wrapper.cc",
"src/jni/pc/rtc_stats_collector_callback_wrapper.h",
"src/jni/pc/rtccertificate.h",
"src/jni/pc/rtcstatscollectorcallbackwrapper.h",
"src/jni/pc/rtp_parameters.cc",
"src/jni/pc/rtp_parameters.h",
"src/jni/pc/rtp_receiver.cc",
@ -730,16 +756,25 @@ if (is_android) {
"src/jni/pc/rtp_sender.h",
"src/jni/pc/rtp_transceiver.cc",
"src/jni/pc/rtp_transceiver.h",
"src/jni/pc/rtpparameters.h",
"src/jni/pc/rtpreceiver.h",
"src/jni/pc/rtpsender.h",
"src/jni/pc/rtptransceiver.h",
"src/jni/pc/sdp_observer.cc",
"src/jni/pc/sdp_observer.h",
"src/jni/pc/sdpobserver.h",
"src/jni/pc/session_description.cc",
"src/jni/pc/session_description.h",
"src/jni/pc/sessiondescription.h",
"src/jni/pc/ssl_certificate_verifier_wrapper.cc",
"src/jni/pc/ssl_certificate_verifier_wrapper.h",
"src/jni/pc/sslcertificateverifierwrapper.h",
"src/jni/pc/stats_observer.cc",
"src/jni/pc/stats_observer.h",
"src/jni/pc/statsobserver.h",
"src/jni/pc/turn_customizer.cc",
"src/jni/pc/turn_customizer.h",
"src/jni/pc/turncustomizer.h",
]
deps = [
@ -869,6 +904,7 @@ if (is_android) {
"native_api/base/init.h",
"native_api/base/network_monitor.cc",
"native_api/base/network_monitor.h",
"native_api/base/networkmonitor.h",
]
deps = [
@ -933,6 +969,7 @@ if (is_android) {
sources = [
"native_api/peerconnection/peer_connection_factory.cc",
"native_api/peerconnection/peer_connection_factory.h",
"native_api/peerconnection/peerconnectionfactory.h",
]
deps = [
":base_jni",
@ -951,6 +988,7 @@ if (is_android) {
sources = [
"native_api/video/video_source.cc",
"native_api/video/video_source.h",
"native_api/video/videosource.h",
"native_api/video/wrapper.cc",
"native_api/video/wrapper.h",
]
@ -1047,6 +1085,7 @@ if (is_android) {
sources = [
"src/jni/video_frame.cc",
"src/jni/video_frame.h",
"src/jni/videoframe.h",
"src/jni/wrapped_native_i420_buffer.cc",
"src/jni/wrapped_native_i420_buffer.h",
]
@ -1068,6 +1107,7 @@ if (is_android) {
sources = [
"src/jni/logging/log_sink.cc",
"src/jni/logging/log_sink.h",
"src/jni/logging/logsink.h",
]
deps = [

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_NATIVE_API_BASE_NETWORKMONITOR_H_
#define SDK_ANDROID_NATIVE_API_BASE_NETWORKMONITOR_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/native_api/base/network_monitor.h"
#endif // SDK_ANDROID_NATIVE_API_BASE_NETWORKMONITOR_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_NATIVE_API_PEERCONNECTION_PEERCONNECTIONFACTORY_H_
#define SDK_ANDROID_NATIVE_API_PEERCONNECTION_PEERCONNECTIONFACTORY_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/native_api/peerconnection/peer_connection_factory.h"
#endif // SDK_ANDROID_NATIVE_API_PEERCONNECTION_PEERCONNECTIONFACTORY_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_NATIVE_API_VIDEO_VIDEOSOURCE_H_
#define SDK_ANDROID_NATIVE_API_VIDEO_VIDEOSOURCE_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/native_api/video/video_source.h"
#endif // SDK_ANDROID_NATIVE_API_VIDEO_VIDEOSOURCE_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_
#define SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/android_media_codec_common.h"
#endif // SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_H_
#define SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/android_network_monitor.h"
#endif // SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_JNI_H_
#define SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_JNI_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/android_network_monitor_jni.h"
#endif // SDK_ANDROID_SRC_JNI_ANDROIDNETWORKMONITOR_JNI_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_ANDROIDVIDEOTRACKSOURCE_H_
#define SDK_ANDROID_SRC_JNI_ANDROIDVIDEOTRACKSOURCE_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/android_video_track_source.h"
#endif // SDK_ANDROID_SRC_JNI_ANDROIDVIDEOTRACKSOURCE_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_
#define SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/class_reference_holder.h"
#endif // SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_ENCODEDIMAGE_H_
#define SDK_ANDROID_SRC_JNI_ENCODEDIMAGE_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/encoded_image.h"
#endif // SDK_ANDROID_SRC_JNI_ENCODEDIMAGE_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_LOGGING_LOGSINK_H_
#define SDK_ANDROID_SRC_JNI_LOGGING_LOGSINK_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/logging/log_sink.h"
#endif // SDK_ANDROID_SRC_JNI_LOGGING_LOGSINK_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_NATIVECAPTUREROBSERVER_H_
#define SDK_ANDROID_SRC_JNI_NATIVECAPTUREROBSERVER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/native_capturer_observer.h"
#endif // SDK_ANDROID_SRC_JNI_NATIVECAPTUREROBSERVER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_ANDROIDNETWORKMONITOR_H_
#define SDK_ANDROID_SRC_JNI_PC_ANDROIDNETWORKMONITOR_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/android_network_monitor.h"
#endif // SDK_ANDROID_SRC_JNI_PC_ANDROIDNETWORKMONITOR_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_CRYPTOOPTIONS_H_
#define SDK_ANDROID_SRC_JNI_PC_CRYPTOOPTIONS_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/crypto_options.h"
#endif // SDK_ANDROID_SRC_JNI_PC_CRYPTOOPTIONS_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_DATACHANNEL_H_
#define SDK_ANDROID_SRC_JNI_PC_DATACHANNEL_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/data_channel.h"
#endif // SDK_ANDROID_SRC_JNI_PC_DATACHANNEL_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_ICECANDIDATE_H_
#define SDK_ANDROID_SRC_JNI_PC_ICECANDIDATE_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/ice_candidate.h"
#endif // SDK_ANDROID_SRC_JNI_PC_ICECANDIDATE_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_MEDIACONSTRAINTS_H_
#define SDK_ANDROID_SRC_JNI_PC_MEDIACONSTRAINTS_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/media_constraints.h"
#endif // SDK_ANDROID_SRC_JNI_PC_MEDIACONSTRAINTS_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_MEDIASTREAM_H_
#define SDK_ANDROID_SRC_JNI_PC_MEDIASTREAM_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/media_stream.h"
#endif // SDK_ANDROID_SRC_JNI_PC_MEDIASTREAM_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_MEDIASTREAMTRACK_H_
#define SDK_ANDROID_SRC_JNI_PC_MEDIASTREAMTRACK_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/media_stream_track.h"
#endif // SDK_ANDROID_SRC_JNI_PC_MEDIASTREAMTRACK_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_
#define SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/owned_factory_and_threads.h"
#endif // SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_
#define SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/peer_connection.h"
#endif // SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_PEERCONNECTIONFACTORY_H_
#define SDK_ANDROID_SRC_JNI_PC_PEERCONNECTIONFACTORY_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/peer_connection_factory.h"
#endif // SDK_ANDROID_SRC_JNI_PC_PEERCONNECTIONFACTORY_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTCCERTIFICATE_H_
#define SDK_ANDROID_SRC_JNI_PC_RTCCERTIFICATE_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtc_certificate.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTCCERTIFICATE_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTCSTATSCOLLECTORCALLBACKWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_PC_RTCSTATSCOLLECTORCALLBACKWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtc_stats_collector_callback_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTCSTATSCOLLECTORCALLBACKWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTPPARAMETERS_H_
#define SDK_ANDROID_SRC_JNI_PC_RTPPARAMETERS_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtp_parameters.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTPPARAMETERS_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTPRECEIVER_H_
#define SDK_ANDROID_SRC_JNI_PC_RTPRECEIVER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtp_receiver.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTPRECEIVER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTPSENDER_H_
#define SDK_ANDROID_SRC_JNI_PC_RTPSENDER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtp_sender.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTPSENDER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_RTPTRANSCEIVER_H_
#define SDK_ANDROID_SRC_JNI_PC_RTPTRANSCEIVER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/rtp_transceiver.h"
#endif // SDK_ANDROID_SRC_JNI_PC_RTPTRANSCEIVER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_SDPOBSERVER_H_
#define SDK_ANDROID_SRC_JNI_PC_SDPOBSERVER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/sdp_observer.h"
#endif // SDK_ANDROID_SRC_JNI_PC_SDPOBSERVER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_SESSIONDESCRIPTION_H_
#define SDK_ANDROID_SRC_JNI_PC_SESSIONDESCRIPTION_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/session_description.h"
#endif // SDK_ANDROID_SRC_JNI_PC_SESSIONDESCRIPTION_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_SSLCERTIFICATEVERIFIERWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_PC_SSLCERTIFICATEVERIFIERWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/ssl_certificate_verifier_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_PC_SSLCERTIFICATEVERIFIERWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_STATSOBSERVER_H_
#define SDK_ANDROID_SRC_JNI_PC_STATSOBSERVER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/stats_observer.h"
#endif // SDK_ANDROID_SRC_JNI_PC_STATSOBSERVER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_PC_TURNCUSTOMIZER_H_
#define SDK_ANDROID_SRC_JNI_PC_TURNCUSTOMIZER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/pc/turn_customizer.h"
#endif // SDK_ANDROID_SRC_JNI_PC_TURNCUSTOMIZER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOCODECINFO_H_
#define SDK_ANDROID_SRC_JNI_VIDEOCODECINFO_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_codec_info.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOCODECINFO_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOCODECSTATUS_H_
#define SDK_ANDROID_SRC_JNI_VIDEOCODECSTATUS_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_codec_status.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOCODECSTATUS_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEODECODERFACTORYWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_VIDEODECODERFACTORYWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_decoder_factory_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEODECODERFACTORYWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEODECODERWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_VIDEODECODERWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_decoder_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEODECODERWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOENCODERFACTORYWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_VIDEOENCODERFACTORYWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_encoder_factory_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOENCODERFACTORYWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOENCODERWRAPPER_H_
#define SDK_ANDROID_SRC_JNI_VIDEOENCODERWRAPPER_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_encoder_wrapper.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOENCODERWRAPPER_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOFRAME_H_
#define SDK_ANDROID_SRC_JNI_VIDEOFRAME_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_frame.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOFRAME_H_

View File

@ -0,0 +1,19 @@
/*
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SDK_ANDROID_SRC_JNI_VIDEOSINK_H_
#define SDK_ANDROID_SRC_JNI_VIDEOSINK_H_
// TODO(bugs.webrtc.org/10159): Remove this files once downstream projects have
// been updated to include the new path.
#include "sdk/android/src/jni/video_sink.h"
#endif // SDK_ANDROID_SRC_JNI_VIDEOSINK_H_