HomeSort by relevance Sort by last modified time
    Searched full:jmethodid (Results 201 - 225 of 307) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/jni/android/graphics/
Movie.cpp 19 static jmethodID gMovie_constructorMethodID;
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 38 jmethodID addSize;
android_graphics_drawable_AnimatedVectorDrawable.cpp 35 jmethodID callOnFinished;
android_os_MessageQueue.cpp 32 jmethodID dispatchEvents;
android_os_SystemProperties.cpp 197 static jmethodID sCallChangeCallbacks;
android_view_InputQueue.cpp 41 jmethodID finishInputEvent;
android_view_KeyCharacterMap.cpp 35 jmethodID ctor;
android_view_RenderNodeAnimator.cpp 37 jmethodID callOnFinished;
android_view_SurfaceControl.cpp 51 jmethodID ctor;
79 jmethodID init;
84 jmethodID init;
89 jmethodID ctor;
android_hardware_Camera.cpp 61 jmethodID post_event;
62 jmethodID rect_constructor;
63 jmethodID face_constructor;
64 jmethodID point_constructor;
    [all...]
android_view_InputChannel.cpp 39 jmethodID ctor;
android_view_InputEventSender.cpp 46 jmethodID dispatchInputEventFinished;
android_view_TextureView.cpp 43 jmethodID set;
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 34 jmethodID arrayID;
android_media_ExifInterface.cpp 53 jmethodID init;
54 jmethodID put;
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 45 jmethodID initMethod;
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 62 static jmethodID method = env->GetMethodID(JniConstants::patternSyntaxExceptionClass,
  /libcore/ojluni/src/main/native/
NetworkInterface.c 95 jmethodID ni_ctrID;
101 static jmethodID ni_ia4ctrID;
102 static jmethodID ni_ia6ctrID;
103 static jmethodID ni_ibctrID;
  /prebuilts/misc/common/swig/include/2.0.11/java/
director.swg 158 jmethodID disconn_meth = jenv->GetMethodID(jenv->GetObjectClass(jobj), disconn_method, "()V");
java.swg 293 jmethodID mid;
317 jmethodID mid;
345 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
364 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
533 jmethodID mid;
559 jmethodID mid;
586 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 405 jmethodID methodID = jni->GetMethodID( clazz, "showUI", "()V" );
419 jmethodID methodID = jni->GetMethodID( clazz, "updateFPS", "(F)V" );
  /frameworks/base/docs/html/ndk/samples/
sample_teapot.jd 190 jmethodID methodID = jni-&gt;GetMethodID( clazz, "showUI", "()V" );
212 jmethodID methodID = jni-&gt;GetMethodID( clazz, "updateFPS", "(F)V" );
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 48 static jmethodID cached_NfcManager_notifyNdefMessageListeners;
49 static jmethodID cached_NfcManager_notifyLlcpLinkActivation;
50 static jmethodID cached_NfcManager_notifyLlcpLinkDeactivated;
51 static jmethodID cached_NfcManager_notifyTargetDeselected;
53 static jmethodID cached_NfcManager_notifyRfFieldActivated;
54 static jmethodID cached_NfcManager_notifyRfFieldDeactivated;
958 jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");
1009 jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V")
    [all...]
  /art/runtime/native/
java_lang_reflect_Constructor.cc 175 jmethodID ctor = env->GetMethodID(ctorClass, "<init>", "()V");
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 142 jmethodID transform_mid = GetMethodID(

Completed in 208 milliseconds

1 2 3 4 5 6 7 891011>>