script-astra/Android/Sdk/sources/android-35/base/base_jni/BaseFeatureMap_jni.h

43 lines
1.0 KiB
C
Raw Normal View History

2025-01-20 15:15:20 +00:00
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is autogenerated by
// third_party/jni_zero/jni_generator.py
// For
// android/net/connectivity/org/chromium/base/BaseFeatureMap
#ifndef android_net_connectivity_org_chromium_base_BaseFeatureMap_JNI
#define android_net_connectivity_org_chromium_base_BaseFeatureMap_JNI
#include <jni.h>
#include "third_party/jni_zero/jni_export.h"
#include "third_party/jni_zero/jni_zero_helper.h"
// Step 1: Forward declarations.
// Step 2: Constants (optional).
// Step 3: Method stubs.
namespace base {
namespace android {
static jlong JNI_BaseFeatureMap_GetNativeMap(JNIEnv* env);
JNI_BOUNDARY_EXPORT jlong Java_android_net_connectivity_J_N_M4CBnF70(
JNIEnv* env,
jclass jcaller) {
return JNI_BaseFeatureMap_GetNativeMap(env);
}
} // namespace android
} // namespace base
#endif // android_net_connectivity_org_chromium_base_BaseFeatureMap_JNI