HomeSort by relevance Sort by last modified time
    Searched refs:jniRegisterNativeMethods (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniCTest.c 45 return jniRegisterNativeMethods(
android_jni_cts_JniCppTest.cpp 45 return jniRegisterNativeMethods(
  /libcore/luni/src/main/native/
libcore_io_AsynchronousCloseMonitor.cpp 34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
sun_misc_Unsafe.cpp 30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
libcore_util_NativeAllocationRegistry.cpp 36 jniRegisterNativeMethods(env, "libcore/util/NativeAllocationRegistry",
  /libcore/ojluni/src/main/native/
FileSystem_md.c 45 jniRegisterNativeMethods(env, "java/io/FileSystem", gMethods, NELEM(gMethods));
String.c 43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
Double.c 72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
FileOutputStream_md.c 66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
Float.c 68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
Shutdown.c 62 jniRegisterNativeMethods(env, "java/lang/Shutdown", gMethods, NELEM(gMethods));
Throwable.c 75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 31 return jniRegisterNativeMethods(env, "com/android/frameworks/coretests/JNITests", sMethods,
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 47 return jniRegisterNativeMethods(env, "com/android/server/SystemServer",
com_android_server_vr_VrManagerService.cpp 70 return jniRegisterNativeMethods(env, "com/android/server/vr/VrManagerService",
com_android_server_SerialService.cpp 78 return jniRegisterNativeMethods(env, "com/android/server/SerialService",
com_android_server_VibratorService.cpp 94 return jniRegisterNativeMethods(env, "com/android/server/VibratorService",
  /external/conscrypt/src/compat/native/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /libnativehelper/include/nativehelper/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 90 return jniRegisterNativeMethods (e, gNativeP2pDeviceClassName,
  /external/conscrypt/src/openjdk/native/
JNIHelp.h 45 int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
  /frameworks/base/core/jni/
android_server_NetworkManagementSocketTagger.cpp 94 return jniRegisterNativeMethods(env, "com/android/server/NetworkManagementSocketTagger", gQTagUidMethods, NELEM(gQTagUidMethods));
android_view_SurfaceSession.cpp 70 int res = jniRegisterNativeMethods(env, "android/view/SurfaceSession",
  /frameworks/base/packages/DefaultContainerService/jni/
com_android_defcontainer_MeasurementUtils.cpp 58 if (jniRegisterNativeMethods(

Completed in 1538 milliseconds

1 2 3 4 5 6