HomeSort by relevance Sort by last modified time
    Searched refs:jmethodID (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 115 jmethodID method, jint code_size, void const * code_addr,
208 jmethodID method, void const * code_addr)
  /frameworks/base/core/jni/
android_util_Binder.cpp 68 jmethodID mExecTransact;
81 jmethodID mForceGc;
107 jmethodID mConstructor;
108 jmethodID mSendDeathNotice;
119 jmethodID mGetName;
128 jmethodID mLogE;
134 jmethodID mConstructor;
140 jmethodID mCallback;
    [all...]
android_view_DisplayEventReceiver.cpp 41 jmethodID dispatchVsync;
42 jmethodID dispatchHotplug;
android_view_KeyEvent.cpp 34 jmethodID obtain;
35 jmethodID recycle;
android_app_NativeActivity.cpp 48 jmethodID finish;
49 jmethodID setWindowFlags;
50 jmethodID setWindowFormat;
51 jmethodID showIme;
52 jmethodID hideIme;
android_opengl_EGL14.cpp 42 static jmethodID egldisplayGetHandleID;
43 static jmethodID eglcontextGetHandleID;
44 static jmethodID eglsurfaceGetHandleID;
45 static jmethodID eglconfigGetHandleID;
47 static jmethodID egldisplayConstructor;
48 static jmethodID eglcontextConstructor;
49 static jmethodID eglsurfaceConstructor;
50 static jmethodID eglconfigConstructor;
103 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) {
113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle)
    [all...]
android_opengl_GLES10Ext.cpp 33 static jmethodID getBasePointerID;
34 static jmethodID getBaseArrayID;
35 static jmethodID getBaseArrayOffsetID;
android_hardware_SensorManager.cpp 33 jmethodID dispatchSensorEvent;
34 jmethodID dispatchFlushCompleteEvent;
android_view_InputEventReceiver.cpp 45 jmethodID dispatchInputEvent;
46 jmethodID dispatchBatchedInputEventPending;
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 90 static jmethodID ctor = env->GetMethodID(JniConstants::inetUnixAddressClass, "<init>", "([B)V");
94 static jmethodID getByAddressMethod = env->GetStaticMethodID(JniConstants::inetAddressClass,
libcore_icu_NativeDecimalFormat.cpp 220 static jmethodID gFPI_setData = env->GetMethodID(JniConstants::fieldPositionIteratorClass, "setData", "([I)V");
272 static jmethodID gBigDecimal_init = env->GetMethodID(JniConstants::bigDecimalClass, "<init>", "(Ljava/lang/String;)V");
286 static jmethodID gPP_getIndex = env->GetMethodID(JniConstants::parsePositionClass, "getIndex", "()I");
287 static jmethodID gPP_setIndex = env->GetMethodID(JniConstants::parsePositionClass, "setIndex", "(I)V");
288 static jmethodID gPP_setErrorIndex = env->GetMethodID(JniConstants::parsePositionClass, "setErrorIndex", "(I)V");
libcore_io_Posix.cpp 98 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
124 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass,
126 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass,
133 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
135 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
221 static jmethodID ctor = env->GetMethodID(JniConstants::inetSocketAddressClass, "<init>",
230 static jmethodID ctor = env->GetMethodID(JniConstants::structPasswdClass, "<init>",
237 static jmethodID ctor = env->GetMethodID(JniConstants::structStatClass, "<init>",
257 static jmethodID ctor = env->GetMethodID(JniConstants::structStatVfsClass, "<init>"
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 36 static jmethodID method_onAppRegistrationState;
37 static jmethodID method_onChannelStateChanged;
com_android_bluetooth_pan.cpp 44 static jmethodID method_onConnectStateChanged;
45 static jmethodID method_onControlStateChanged;
  /art/runtime/
reflection.cc 38 jmethodID mid = soa.Env()->FromReflectedMethod(javaMethod);
95 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
218 jmethodID m = NULL;
jni_internal.h 56 JValue InvokeWithJValues(const ScopedObjectAccess&, jobject obj, jmethodID mid, jvalue* args)
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 40 jmethodID createBitmapMethod;
41 jmethodID createScaledBitmapMethod;
43 jmethodID createConfigMethod;
android_media_MediaExtractor.cpp 43 jmethodID cryptoInfoSetID;
49 jmethodID mReadMethod;
50 jmethodID mGetSizeMethod;
51 jmethodID mCloseMethod;
208 jmethodID arrayID =
android_mtp_MtpDevice.cpp 50 jmethodID constructor_deviceInfo;
51 jmethodID constructor_storageInfo;
52 jmethodID constructor_objectInfo;
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 39 jmethodID yodel;
  /frameworks/base/services/jni/
com_android_server_UsbDeviceManager.cpp 41 jmethodID mConstructor;
  /external/opencv/
cvjni.h 295 jmethodID get_type_mid = env->GetMethodID(method_clazz, "getID", "()I");
305 jmethodID get_type_mid = env->GetMethodID(method_clazz, "getType", "()I");
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 154 static jmethodID gBitmap_constructorMethodID;
155 static jmethodID gBitmap_reinitMethodID;
156 static jmethodID gBitmap_getAllocationByteCountMethodID;
162 static jmethodID gBitmapRegionDecoder_constructorMethodID;
175 static jmethodID gRegion_constructorMethodID;
617 jmethodID m;
  /dalvik/vm/
Jni.cpp     [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 128 static jmethodID synthesisRequest_start;
129 static jmethodID synthesisRequest_audioAvailable;
130 static jmethodID synthesisRequest_done;

Completed in 669 milliseconds

1 2 3 4 56 7 8 9