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

1 2 3 4 5 6 7

  /external/jmonkeyengine/engine/src/bullet-native/
jmeClasses.cpp 122 PhysicsSpace_preTick = env->GetMethodID(PhysicsSpace, "preTick_native", "(F)V");
123 PhysicsSpace_postTick = env->GetMethodID(PhysicsSpace, "postTick_native", "(F)V");
124 PhysicsSpace_addCollisionEvent = env->GetMethodID(PhysicsSpace, "addCollisionEvent_native","(Lcom/jme3/bullet/collision/PhysicsCollisionObject;Lcom/jme3/bullet/collision/PhysicsCollisionObject;J)V");
135 PhysicsGhostObject_addOverlappingObject = env->GetMethodID(PhysicsGhostObject, "addOverlappingObject_native","(Lcom/jme3/bullet/collision/PhysicsCollisionObject;)V");
142 Vector3f_set = env->GetMethodID(Vector3f, "set", "(FFF)Lcom/jme3/math/Vector3f;");
143 Vector3f_toArray = env->GetMethodID(Vector3f, "toArray", "([F)[F");
144 Vector3f_getX = env->GetMethodID(Vector3f, "getX", "()F");
145 Vector3f_getY = env->GetMethodID(Vector3f, "getY", "()F");
146 Vector3f_getZ = env->GetMethodID(Vector3f, "getZ", "()F");
156 Quaternion_set = env->GetMethodID(Quaternion, "set", "(FFFF)Lcom/jme3/math/Quaternion;")
    [all...]
  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 73 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getHandle", "()I");
74 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getHandle", "()I");
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getHandle", "()I");
79 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(I)V");
80 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(I)V");
81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(I)V");
82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
android_animation_PropertyValuesHolder.cpp 36 jmethodID mid = env->GetMethodID(targetClass, nativeString, "(I)V");
45 jmethodID mid = env->GetMethodID(targetClass, nativeString, "(F)V");
android_net_NetUtils.cpp 277 env->GetMethodID(dhcpResultsClass, "clear", "()V");
279 env->GetMethodID(dhcpResultsClass, "setInterfaceName", "(Ljava/lang/String;)V");
281 env->GetMethodID(dhcpResultsClass, "addLinkAddress", "(Ljava/lang/String;I)Z");
283 env->GetMethodID(dhcpResultsClass, "addGateway", "(Ljava/lang/String;)Z");
285 env->GetMethodID(dhcpResultsClass, "addDns", "(Ljava/lang/String;)Z");
287 env->GetMethodID(dhcpResultsClass, "setDomains", "(Ljava/lang/String;)V");
289 env->GetMethodID(dhcpResultsClass, "setServerAddress", "(Ljava/lang/String;)Z");
291 env->GetMethodID(dhcpResultsClass, "setLeaseDuration", "(I)V");
293 env->GetMethodID(dhcpResultsClass, "setVendorInfo", "(Ljava/lang/String;)V");
android_media_RemoteDisplay.cpp 196 env->GetMethodID(clazz, "notifyDisplayConnected",
199 env->GetMethodID(clazz, "notifyDisplayDisconnected", "()V");
201 env->GetMethodID(clazz, "notifyDisplayError", "(I)V");
android_debug_JNITest.cpp 46 part2id = env->GetMethodID(clazz,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 72 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getHandle", "()I");
73 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getHandle", "()I");
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
75 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getHandle", "()I");
78 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(I)V");
79 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(I)V");
80 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(I)V");
81 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
EGLExtcHeader.cpp 73 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getHandle", "()I");
74 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getHandle", "()I");
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getHandle", "()I");
79 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(I)V");
80 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(I)V");
81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(I)V");
82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
  /frameworks/base/services/jni/
com_android_server_location_FlpHardwareProvider.cpp 143 sOnLocationReport = env->GetMethodID(
147 sOnDataReport = env->GetMethodID(
152 sOnGeofenceTransition = env->GetMethodID(
157 sOnGeofenceMonitorStatus = env->GetMethodID(
162 sOnGeofenceAdd = env->GetMethodID(clazz, "onGeofenceAdd", "(II)V");
163 sOnGeofenceRemove = env->GetMethodID(clazz, "onGeofenceRemove", "(II)V");
164 sOnGeofencePause = env->GetMethodID(clazz, "onGeofencePause", "(II)V");
165 sOnGeofenceResume = env->GetMethodID(clazz, "onGeofenceResume", "(II)V");
180 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D");
182 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D")
    [all...]
com_android_server_location_GpsLocationProvider.cpp 339 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");
340 method_reportStatus = env->GetMethodID(clazz, "reportStatus", "(I)V");
341 method_reportSvStatus = env->GetMethodID(clazz, "reportSvStatus", "()V");
342 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(III)V");
343 method_reportNmea = env->GetMethodID(clazz, "reportNmea", "(J)V");
344 method_setEngineCapabilities = env->GetMethodID(clazz, "setEngineCapabilities", "(I)V");
345 method_xtraDownloadRequest = env->GetMethodID(clazz, "xtraDownloadRequest", "()V");
346 method_reportNiNotification = env->GetMethodID(clazz, "reportNiNotification",
348 method_requestRefLocation = env->GetMethodID(clazz,"requestRefLocation","(I)V");
349 method_requestSetID = env->GetMethodID(clazz,"requestSetID","(I)V")
    [all...]
com_android_server_SerialService.cpp 74 gParcelFileDescriptorOffsets.mConstructor = env->GetMethodID(clazz, "<init>", "(Ljava/io/FileDescriptor;)V");
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 227 env->GetMethodID(clazz, "onConnectionStateChanged", "(I[B)V");
228 method_onAudioStateChanged = env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
229 method_onVrStateChanged = env->GetMethodID(clazz, "onVrStateChanged", "(I)V");
230 method_onAnswerCall = env->GetMethodID(clazz, "onAnswerCall", "()V");
231 method_onHangupCall = env->GetMethodID(clazz, "onHangupCall", "()V");
232 method_onVolumeChanged = env->GetMethodID(clazz, "onVolumeChanged", "(II)V");
233 method_onDialCall = env->GetMethodID(clazz, "onDialCall", "(Ljava/lang/String;)V");
234 method_onSendDtmf = env->GetMethodID(clazz, "onSendDtmf", "(I)V");
235 method_onNoiceReductionEnable = env->GetMethodID(clazz, "onNoiceReductionEnable", "(Z)V");
236 method_onAtChld = env->GetMethodID(clazz, "onAtChld", "(I)V")
    [all...]
com_android_bluetooth_avrcp.cpp 162 env->GetMethodID(clazz, "getRcFeatures", "([BI)V");
164 env->GetMethodID(clazz, "getPlayStatus", "()V");
167 env->GetMethodID(clazz, "getElementAttr", "(B[I)V");
170 env->GetMethodID(clazz, "registerNotification", "(II)V");
173 env->GetMethodID(clazz, "volumeChangeCallback", "(II)V");
176 env->GetMethodID(clazz, "handlePassthroughCmd", "(II)V");
com_android_bluetooth_gatt.cpp 650 method_onClientRegistered = env->GetMethodID(clazz, "onClientRegistered", "(IIJJ)V");
651 method_onScanResult = env->GetMethodID(clazz, "onScanResult", "(Ljava/lang/String;I[B)V");
652 method_onConnected = env->GetMethodID(clazz, "onConnected", "(IIILjava/lang/String;)V");
653 method_onDisconnected = env->GetMethodID(clazz, "onDisconnected", "(IIILjava/lang/String;)V");
654 method_onReadCharacteristic = env->GetMethodID(clazz, "onReadCharacteristic", "(IIIIJJIJJI[B)V");
655 method_onWriteCharacteristic = env->GetMethodID(clazz, "onWriteCharacteristic", "(IIIIJJIJJ)V");
656 method_onExecuteCompleted = env->GetMethodID(clazz, "onExecuteCompleted", "(II)V");
657 method_onSearchCompleted = env->GetMethodID(clazz, "onSearchCompleted", "(II)V");
658 method_onSearchResult = env->GetMethodID(clazz, "onSearchResult", "(IIIJJ)V");
659 method_onReadDescriptor = env->GetMethodID(clazz, "onReadDescriptor", "(IIIIJJIJJIJJI[B)V")
    [all...]
com_android_bluetooth_a2dp.cpp 108 env->GetMethodID(clazz, "onConnectionStateChanged", "(I[B)V");
111 env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
  /frameworks/base/media/jni/
android_media_Utils.cpp 85 env->GetMethodID(clazz.get(), "<init>", "(I)V");
95 jmethodID longConstructID = env->GetMethodID(clazz.get(), "<init>", "(J)V");
106 env->GetMethodID(clazz.get(), "<init>", "(F)V");
156 env->GetMethodID(hashMapClazz.get(), "<init>", "()V");
163 env->GetMethodID(
347 env->GetMethodID(integerClass.get(), "intValue", "()I");
355 env->GetMethodID(longClass.get(), "longValue", "()J");
363 env->GetMethodID(floatClass.get(), "floatValue", "()F");
371 env->GetMethodID(byteBufClass.get(), "position", "()I");
375 env->GetMethodID(byteBufClass.get(), "limit", "()I")
    [all...]
android_mtp_MtpDatabase.cpp     [all...]
  /external/chromium/android/jni/
platform_file_jni.cc 15 m_read = env->GetMethodID(inputStreamClass, "read", "([B)I");
16 m_close = env->GetMethodID(inputStreamClass, "close", "()V");
  /libcore/luni/src/main/native/
java_io_ObjectStreamClass.cpp 24 jmethodID mid = env->GetMethodID(c, "getSignature", "()Ljava/lang/String;");
51 return reinterpret_cast<jlong>(env->GetMethodID(constructorClass, "<init>", "()V"));
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 255 env->GetMethodID(localRef, "put", "(Ljava/lang/String;[B)V");
257 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
258 jmethodID ContentValues_constructor = env->GetMethodID(localRef, "<init>", "()V");
305 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
310 constructorId = env->GetMethodID(localRef, "<init>", "()V");
349 jobject drmSupportInfo = env->NewObject(clazz, env->GetMethodID(clazz, "<init>", "()V"));
352 = env->GetMethodID(clazz, "addMimeType", "(Ljava/lang/String;)V");
354 = env->GetMethodID(clazz, "addFileSuffix", "(Ljava/lang/String;)V");
357 drmSupportInfo, env->GetMethodID(clazz, "setDescription", "(Ljava/lang/String;)V"),
435 jmethodID DrmInfo_get = env->GetMethodID(clazz, "get", "(Ljava/lang/String;)Ljava/lang/Object;")
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 137 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "booleanValue", "()Z");
140 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "intValue", "()I");
143 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "floatValue", "()F");
166 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(I)V");
170 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(F)V");
  /libnativehelper/
JNIHelp.cpp 108 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;");
127 (*env)->GetMethodID(e, exceptionClass.get(), "getMessage", "()Ljava/lang/String;");
159 jmethodID stringWriterCtor = (*env)->GetMethodID(e, stringWriterClass.get(), "<init>", "()V");
161 (*env)->GetMethodID(e, stringWriterClass.get(), "toString", "()Ljava/lang/String;");
169 (*env)->GetMethodID(e, printWriterClass.get(), "<init>", "(Ljava/io/Writer;)V");
185 (*env)->GetMethodID(e, exceptionClass.get(), "printStackTrace", "(Ljava/io/PrintWriter;)V");
316 static jmethodID ctor = e->GetMethodID(JniConstants::fileDescriptorClass, "<init>", "()V");
336 static jmethodID get = e->GetMethodID(JniConstants::referenceClass, "get", "()Ljava/lang/Object;");
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 221 jmethodID GetMethodID(
223 jmethodID m = jni->GetMethodID(c, name.c_str(), signature);
225 "error during GetMethodID: " << name << ", " << signature);
430 j_media_stream_ctor_(GetMethodID(
433 j_audio_track_ctor_(GetMethodID(
436 j_video_track_ctor_(GetMethodID(
439 j_data_channel_ctor_(GetMethodID(
449 jmethodID ctor = GetMethodID(jni(), candidate_class,
457 jmethodID m = GetMethodID(jni(), *j_observer_class_,
464 jmethodID m = GetMethodID(jni(), *j_observer_class_, "onError", "(V)V")
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 560 gCachedNfcManagerNotifyNdefMessageListeners = e->GetMethodID(cls.get(),
562 gCachedNfcManagerNotifyTransactionListeners = e->GetMethodID(cls.get(),
564 gCachedNfcManagerNotifyLlcpLinkActivation = e->GetMethodID(cls.get(),
566 gCachedNfcManagerNotifyLlcpLinkDeactivated = e->GetMethodID(cls.get(),
568 gCachedNfcManagerNotifyLlcpFirstPacketReceived = e->GetMethodID(cls.get(),
570 sCachedNfcManagerNotifyTargetDeselected = e->GetMethodID(cls.get(),
572 gCachedNfcManagerNotifySeFieldActivated = e->GetMethodID(cls.get(),
574 gCachedNfcManagerNotifySeFieldDeactivated = e->GetMethodID(cls.get(),
576 gCachedNfcManagerNotifySeListenActivated = e->GetMethodID(cls.get(),
578 gCachedNfcManagerNotifySeListenDeactivated = e->GetMethodID(cls.get()
    [all...]
  /external/chromium_org/base/android/
jni_android_unittest.cc 32 g_last_method_id = g_previous_functions->GetMethodID(env, clazz, method,
46 hooked_functions.GetMethodID = &GetMethodIDWrapper;

Completed in 336 milliseconds

1 2 3 4 5 6 7