(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:
19
sdk/android/src/jni/androidmediacodeccommon.h
Normal file
19
sdk/android/src/jni/androidmediacodeccommon.h
Normal 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_
|
||||
19
sdk/android/src/jni/androidnetworkmonitor.h
Normal file
19
sdk/android/src/jni/androidnetworkmonitor.h
Normal 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_
|
||||
19
sdk/android/src/jni/androidnetworkmonitor_jni.h
Normal file
19
sdk/android/src/jni/androidnetworkmonitor_jni.h
Normal 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_
|
||||
19
sdk/android/src/jni/androidvideotracksource.h
Normal file
19
sdk/android/src/jni/androidvideotracksource.h
Normal 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_
|
||||
19
sdk/android/src/jni/classreferenceholder.h
Normal file
19
sdk/android/src/jni/classreferenceholder.h
Normal 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_
|
||||
19
sdk/android/src/jni/encodedimage.h
Normal file
19
sdk/android/src/jni/encodedimage.h
Normal 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_
|
||||
19
sdk/android/src/jni/logging/logsink.h
Normal file
19
sdk/android/src/jni/logging/logsink.h
Normal 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_
|
||||
19
sdk/android/src/jni/nativecapturerobserver.h
Normal file
19
sdk/android/src/jni/nativecapturerobserver.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/androidnetworkmonitor.h
Normal file
19
sdk/android/src/jni/pc/androidnetworkmonitor.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/cryptooptions.h
Normal file
19
sdk/android/src/jni/pc/cryptooptions.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/datachannel.h
Normal file
19
sdk/android/src/jni/pc/datachannel.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/icecandidate.h
Normal file
19
sdk/android/src/jni/pc/icecandidate.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/mediaconstraints.h
Normal file
19
sdk/android/src/jni/pc/mediaconstraints.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/mediastream.h
Normal file
19
sdk/android/src/jni/pc/mediastream.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/mediastreamtrack.h
Normal file
19
sdk/android/src/jni/pc/mediastreamtrack.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/ownedfactoryandthreads.h
Normal file
19
sdk/android/src/jni/pc/ownedfactoryandthreads.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/peerconnection.h
Normal file
19
sdk/android/src/jni/pc/peerconnection.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/peerconnectionfactory.h
Normal file
19
sdk/android/src/jni/pc/peerconnectionfactory.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtccertificate.h
Normal file
19
sdk/android/src/jni/pc/rtccertificate.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtcstatscollectorcallbackwrapper.h
Normal file
19
sdk/android/src/jni/pc/rtcstatscollectorcallbackwrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtpparameters.h
Normal file
19
sdk/android/src/jni/pc/rtpparameters.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtpreceiver.h
Normal file
19
sdk/android/src/jni/pc/rtpreceiver.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtpsender.h
Normal file
19
sdk/android/src/jni/pc/rtpsender.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/rtptransceiver.h
Normal file
19
sdk/android/src/jni/pc/rtptransceiver.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/sdpobserver.h
Normal file
19
sdk/android/src/jni/pc/sdpobserver.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/sessiondescription.h
Normal file
19
sdk/android/src/jni/pc/sessiondescription.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/sslcertificateverifierwrapper.h
Normal file
19
sdk/android/src/jni/pc/sslcertificateverifierwrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/statsobserver.h
Normal file
19
sdk/android/src/jni/pc/statsobserver.h
Normal 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_
|
||||
19
sdk/android/src/jni/pc/turncustomizer.h
Normal file
19
sdk/android/src/jni/pc/turncustomizer.h
Normal 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_
|
||||
19
sdk/android/src/jni/videocodecinfo.h
Normal file
19
sdk/android/src/jni/videocodecinfo.h
Normal 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_
|
||||
19
sdk/android/src/jni/videocodecstatus.h
Normal file
19
sdk/android/src/jni/videocodecstatus.h
Normal 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_
|
||||
19
sdk/android/src/jni/videodecoderfactorywrapper.h
Normal file
19
sdk/android/src/jni/videodecoderfactorywrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/videodecoderwrapper.h
Normal file
19
sdk/android/src/jni/videodecoderwrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/videoencoderfactorywrapper.h
Normal file
19
sdk/android/src/jni/videoencoderfactorywrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/videoencoderwrapper.h
Normal file
19
sdk/android/src/jni/videoencoderwrapper.h
Normal 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_
|
||||
19
sdk/android/src/jni/videoframe.h
Normal file
19
sdk/android/src/jni/videoframe.h
Normal 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_
|
||||
19
sdk/android/src/jni/videosink.h
Normal file
19
sdk/android/src/jni/videosink.h
Normal 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_
|
||||
Reference in New Issue
Block a user