Home
last modified time | relevance | path

Searched refs:GetMethodID (Results 1 – 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
DjmeClasses.cpp122 PhysicsSpace_preTick = env->GetMethodID(PhysicsSpace, "preTick_native", "(F)V"); in initJavaClasses()
123 PhysicsSpace_postTick = env->GetMethodID(PhysicsSpace, "postTick_native", "(F)V"); in initJavaClasses()
124 …PhysicsSpace_addCollisionEvent = env->GetMethodID(PhysicsSpace, "addCollisionEvent_native","(Lcom/… in initJavaClasses()
135 …PhysicsGhostObject_addOverlappingObject = env->GetMethodID(PhysicsGhostObject, "addOverlappingObje… in initJavaClasses()
142 Vector3f_set = env->GetMethodID(Vector3f, "set", "(FFF)Lcom/jme3/math/Vector3f;"); in initJavaClasses()
143 Vector3f_toArray = env->GetMethodID(Vector3f, "toArray", "([F)[F"); in initJavaClasses()
144 Vector3f_getX = env->GetMethodID(Vector3f, "getX", "()F"); in initJavaClasses()
145 Vector3f_getY = env->GetMethodID(Vector3f, "getY", "()F"); in initJavaClasses()
146 Vector3f_getZ = env->GetMethodID(Vector3f, "getZ", "()F"); in initJavaClasses()
156 Quaternion_set = env->GetMethodID(Quaternion, "set", "(FFFF)Lcom/jme3/math/Quaternion;"); in initJavaClasses()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc278 jmethodID GetMethodID( in GetMethodID() function
280 jmethodID m = jni->GetMethodID(c, name.c_str(), signature); in GetMethodID()
487 j_media_stream_ctor_(GetMethodID( in PCOJava()
490 j_audio_track_ctor_(GetMethodID( in PCOJava()
493 j_video_track_ctor_(GetMethodID( in PCOJava()
496 j_data_channel_ctor_(GetMethodID( in PCOJava()
506 jmethodID ctor = GetMethodID(jni(), candidate_class, in OnIceCandidate()
514 jmethodID m = GetMethodID(jni(), *j_observer_class_, in OnIceCandidate()
521 jmethodID m = GetMethodID(jni(), *j_observer_class_, "onError", "(V)V"); in OnError()
528 jmethodID m = GetMethodID( in OnSignalingChange()
[all …]
/external/chromium_org/content/browser/renderer_host/java/
Djni_helper_unittest.cc32 g_last_method_id = g_previous_functions->GetMethodID(env, clazz, method, in GetMethodIDWrapper()
46 hooked_functions.GetMethodID = &GetMethodIDWrapper; in SetUp()
/external/chromium/android/jni/
Dplatform_file_jni.cc15 m_read = env->GetMethodID(inputStreamClass, "read", "([B)I"); in JavaISWrapper()
16 m_close = env->GetMethodID(inputStreamClass, "close", "()V"); in JavaISWrapper()
/external/chromium/android/ui/base/l10n/
Dl10n_util.cc103 jmethodID to_string = env->GetMethodID(locale_class, "toString", "()Ljava/lang/String;"); in GetApplicationLocale()
/external/opencv/
Dcvjni.h295 jmethodID get_type_mid = env->GetMethodID(method_clazz, "getID", "()I"); in get_id_by_JavaObj()
305 jmethodID get_type_mid = env->GetMethodID(method_clazz, "getType", "()I"); in get_type_by_JavaObj()
Dcvjni.cpp419 jmethodID jconstruct = env->GetMethodID(jcls, "<init>", "(IIII)V"); in seqRectsToAndroidRects()
541 jmethodID jconstruct = env->GetMethodID(jcls, "<init>", "(IIII)V"); in rectToAndroidRect()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp686 synthesisRequest_start = env->GetMethodID(classSynthesisRequest, in JNI_OnLoad()
692 synthesisRequest_audioAvailable = env->GetMethodID(classSynthesisRequest, in JNI_OnLoad()
698 synthesisRequest_done = env->GetMethodID(classSynthesisRequest, in JNI_OnLoad()
/external/chromium/android/net/
Dandroid_network_library_impl.cc94 static jmethodID error_fn = env->GetMethodID(error_class, in VerifyX509CertChain()
/external/javasqlite/src/main/native/
Dsqlite_jni.c457 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler()
485 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler3()
509 jmethodID mid = (*env)->GetMethodID(env, cls, "progress", "()Z"); in progresshandler()
535 mid = (*env)->GetMethodID(env, cls, "columns", in callback()
565 mid = (*env)->GetMethodID(env, cls, "types", in callback()
616 mid = (*env)->GetMethodID(env, cls, "types", in callback()
651 mid = (*env)->GetMethodID(env, cls, "types", in callback()
684 mid = (*env)->GetMethodID(env, cls, "types", in callback()
735 mid = (*env)->GetMethodID(env, cls, "newrow", in callback()
1711 (*env)->GetMethodID(env, cls, in call_common()
[all …]
/external/chromium_org/base/android/
Djni_android.cc127 env->GetMethodID(clazz, method_name, jni_signature); in Get()
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djri.h114 (((*(env))->GetMethodID)(env, JRI_GetMethodID_op, clazz, name, sig))
427 jint (*GetMethodID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c); member
Djni.h265 jmethodID (JNICALL *GetMethodID)
806 jmethodID GetMethodID(jclass clazz, const char *name, in GetMethodID() function
808 return functions->GetMethodID(this,clazz,name,sig); in GetMethodID()