Searched refs:JNINativeMethod (Results 1 – 14 of 14) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | vmDebug.c | 118 JNINativeMethod methods[3]; in vmDebug_initalize() 136 sizeof(methods) / sizeof(JNINativeMethod)); in vmDebug_initalize()
|
/external/libchrome/base/android/jni_generator/ |
D | testInnerClassNativesBothInnerAndOuterRegistrations.golden | 54 static const JNINativeMethod kMethods_org_chromium_TestJni_00024MyOtherInnerClass[] = { 60 static const JNINativeMethod kMethods_org_chromium_TestJni[] = {
|
D | testNativesRegistrations.golden | 111 static const JNINativeMethod kMethods_org_chromium_TestJni[] = {
|
/external/webrtc/webrtc/modules/utility/include/ |
D | jvm_android.h | 100 const char* name, const JNINativeMethod *methods, int num_methods);
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager.cc | 80 JNINativeMethod native_methods[] = { in AudioManager()
|
D | audio_record_jni.cc | 90 JNINativeMethod native_methods[] = { in AudioRecordJni()
|
D | audio_track_jni.cc | 83 JNINativeMethod native_methods[] = { in AudioTrackJni()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 125 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,
|
/external/webrtc/webrtc/modules/utility/source/ |
D | jvm_android.cc | 185 const char* name, const JNINativeMethod *methods, int num_methods) { in RegisterNatives()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_native_opengl2.cc | 348 JNINativeMethod nativeFunctions[2] = { in Init()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 272 static JNINativeMethod methods[] = {
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods()
|
D | native_crypto.cc | 9920 static JNINativeMethod sNativeCryptoMethods[] = {
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 184 } JNINativeMethod; typedef 721 (JNIEnv *env, jclass clazz, const JNINativeMethod *methods, 1796 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods, in RegisterNatives()
|