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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/jni/
android_util_jar_StrictJarFile.cpp 34 static jmethodID zipEntryCtor;
android_hardware_camera2_CameraMetadata.cpp 60 jmethodID mCharacteristicsConstr;
61 jmethodID mResultConstr;
62 jmethodID mRequestConstr;
70 jmethodID mArrayListConstr;
71 jmethodID mArrayListAdd;
701 jmethodID keyConstr;
android_app_NativeActivity.cpp 58 jmethodID finish;
59 jmethodID setWindowFlags;
60 jmethodID setWindowFormat;
61 jmethodID showIme;
62 jmethodID hideIme;
android_opengl_GLES10Ext.cpp 37 static jmethodID getBasePointerID;
38 static jmethodID getBaseArrayID;
39 static jmethodID getBaseArrayOffsetID;
android_util_Binder.cpp 69 jmethodID mExecTransact;
82 jmethodID mForceGc;
99 jmethodID mConstructor;
100 jmethodID mSendDeathNotice;
111 jmethodID mGetName;
120 jmethodID mLogE;
126 jmethodID mConstructor;
132 jmethodID mCallback;
    [all...]
android_view_InputEventReceiver.cpp 45 jmethodID dispatchInputEvent;
46 jmethodID dispatchBatchedInputEventPending;
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 49 jmethodID cryptoInfoSetID;
148 jmethodID arrayID =
189 jmethodID positionID = env->GetMethodID(
194 jmethodID limitID = env->GetMethodID(
android_media_MediaHTTPConnection.cpp 79 jmethodID readAtMethodID;
android_media_PlaybackParams.h 34 jmethodID constructID;
android_media_MediaMetadataRetriever.cpp 44 jmethodID createBitmapMethod;
45 jmethodID createScaledBitmapMethod;
47 jmethodID createConfigMethod;
  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 41 jmethodID mConstructor;
  /frameworks/ex/framesequence/jni/
FrameSequenceJNI.cpp 28 jmethodID ctor;
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 514 jmethodID methodID = mEnv->GetStaticMethodID(cls, method, signature);
535 jmethodID methodID = mEnv->GetMethodID(cls, method, signature);
555 jmethodID methodID = mEnv->GetStaticMethodID(cls, method, signature);
588 jmethodID constructor = mEnv->GetMethodID(cls, "<init>", signature);
  /libcore/ojluni/src/main/native/
ServerSocketChannelImpl.c 57 static jmethodID isa_ctorID; /* .InetSocketAddress(InetAddress, int) */
Inet6AddressImpl.c 66 static jmethodID ni_ia4ctrID;
67 static jmethodID ni_ia6ctrID;
  /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/cmds/hid/jni/
com_android_commands_hid_Device.cpp 48 jmethodID onDeviceOpen;
49 jmethodID onDeviceError;
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 119 jmethodID mGet;
120 jmethodID mSize;
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 82 static jmethodID getByAddressMethod = env->GetStaticMethodID(JniConstants::inetAddressClass,
119 static jmethodID bytesMid = env->GetMethodID(JniConstants::inetAddressClass, "getAddress", "()[B");
libcore_io_Posix.cpp 213 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
239 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass,
241 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass,
248 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
250 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
369 static jmethodID ctor = env->GetMethodID(JniConstants::inetSocketAddressClass,
373 static jmethodID ctor = env->GetMethodID(JniConstants::unixSocketAddressClass,
383 static jmethodID ctor = env->GetMethodID(JniConstants::netlinkSocketAddressClass,
390 static jmethodID ctor = env->GetMethodID(JniConstants::packetSocketAddressClass
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 81 jmethodID gCachedNfcManagerNotifyNdefMessageListeners;
82 jmethodID gCachedNfcManagerNotifyTransactionListeners;
83 jmethodID gCachedNfcManagerNotifyLlcpLinkActivation;
84 jmethodID gCachedNfcManagerNotifyLlcpLinkDeactivated;
85 jmethodID gCachedNfcManagerNotifyLlcpFirstPacketReceived;
86 jmethodID gCachedNfcManagerNotifyHostEmuActivated;
87 jmethodID gCachedNfcManagerNotifyHostEmuData;
88 jmethodID gCachedNfcManagerNotifyHostEmuDeactivated;
89 jmethodID gCachedNfcManagerNotifyRfFieldActivated;
90 jmethodID gCachedNfcManagerNotifyRfFieldDeactivated
    [all...]
  /art/runtime/
reflection.cc 442 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
473 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
504 jobject obj, jmethodID mid, jvalue* args) {
535 jobject obj, jmethodID mid, va_list args) {
594 jmethodID mid = soa.EncodeMethod(m);
657 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
681 jmethodID m = nullptr;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
typemaps.i 96 jmethodID mid;
251 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
394 jmethodID mid;
  /art/compiler/driver/
compiler_driver_test.cc 98 jmethodID mid_;
159 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V");
  /cts/tests/openglperf2/jni/graphics/
GLUtils.cpp 67 jmethodID loadTexture = sEnv->GetStaticMethodID(activityClass, "loadTexture",

Completed in 600 milliseconds

1 2 3 4 5 6 78 91011>>