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

1 2 3 4 5 6 7 8 91011

  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniStaticTest.cpp 29 jmethodID midFindClass = env->GetMethodID(appLoaderClass, "findClass",
33 jmethodID midHashCode = env->GetMethodID((jclass)coreClass, "hashCode", "()I");
  /art/test/044-proxy/
native_proxy.cc 27 jmethodID mid = env->GetMethodID(native_inf_class, "callback", "()V");
  /art/test/945-obsolete-native/
obsolete_native.cc 36 jmethodID run_method = env->GetMethodID(runnable_klass, "run", "()V");
  /frameworks/base/media/jni/
android_media_MediaMetricsJNI.cpp 38 jmethodID constructID = env->GetMethodID(clazzBundle, "<init>", "()V");
46 jmethodID setIntID = env->GetMethodID(clazzBundle, "putInt", "(Ljava/lang/String;I)V");
47 jmethodID setLongID = env->GetMethodID(clazzBundle, "putLong", "(Ljava/lang/String;J)V");
48 jmethodID setDoubleID = env->GetMethodID(clazzBundle, "putDouble", "(Ljava/lang/String;D)V");
49 jmethodID setStringID = env->GetMethodID(clazzBundle, "putString", "(Ljava/lang/String;Ljava/lang/String;)V");
  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 77 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
78 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
79 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
80 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
83 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
84 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
85 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
86 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 76 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
77 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
78 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
79 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
82 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
83 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
84 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
85 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
EGLExtcHeader.cpp 77 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
78 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
79 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
80 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
83 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
84 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
85 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
86 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
  /libcore/ojluni/src/main/native/
socket_tagger_util.cpp 32 jmethodID tag = env->GetMethodID(JniConstants::socketTaggerClass,
46 jmethodID untag = env->GetMethodID(JniConstants::socketTaggerClass,
Inet4Address.c 45 ia4_ctrID = (*env)->GetMethodID(env, ia4_class, "<init>", "()V");
  /external/webrtc/talk/app/webrtc/java/jni/
surfacetexturehelper_jni.cc 42 GetMethodID(jni,
androidnetworkmonitor_jni.cc 65 GetMethodID(jni(), *j_network_monitor_class_, "startMonitoring", "(J)V");
73 GetMethodID(jni(), *j_network_monitor_class_, "stopMonitoring", "(J)V");
peerconnection_jni.cc 192 j_media_stream_ctor_(GetMethodID(
195 j_audio_track_ctor_(GetMethodID(
198 j_video_track_ctor_(GetMethodID(
201 j_data_channel_ctor_(GetMethodID(
216 jmethodID ctor = GetMethodID(jni(), candidate_class,
223 jmethodID m = GetMethodID(jni(), *j_observer_class_,
232 jmethodID m = GetMethodID(
244 jmethodID m = GetMethodID(
255 jmethodID m = GetMethodID(
264 jmethodID m = GetMethodID(
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 441 env->GetMethodID(gattDbElementClazz.get(), "<init>", "()V");
446 env->GetMethodID(arrayListclazz.get(), "add", "(Ljava/lang/Object;)Z");
450 env->GetMethodID(uuidClazz.get(), "<init>", "(JJ)V");
500 sCallbackEnv->GetMethodID(arrayListclazz, "<init>", "()V")));
587 sCallbackEnv->GetMethodID(arrayListclazz, "<init>", "()V")));
770 env->GetMethodID(clazz, "onClientRegistered", "(IIJJ)V");
772 env->GetMethodID(clazz, "onScannerRegistered", "(IIJJ)V");
773 method_onScanResult = env->GetMethodID(clazz, "onScanResult",
776 env->GetMethodID(clazz, "onConnected", "(IIILjava/lang/String;)V");
778 env->GetMethodID(clazz, "onDisconnected", "(IIILjava/lang/String;)V")
    [all...]
com_android_bluetooth_a2dp.cpp 153 env->GetMethodID(jniBluetoothCodecConfigClass, "<init>", "(IIIIIJJJJ)V");
155 env->GetMethodID(jniBluetoothCodecConfigClass, "getCodecType", "()I");
157 env->GetMethodID(jniBluetoothCodecConfigClass, "getCodecPriority", "()I");
159 env->GetMethodID(jniBluetoothCodecConfigClass, "getSampleRate", "()I");
161 env->GetMethodID(jniBluetoothCodecConfigClass, "getBitsPerSample", "()I");
163 env->GetMethodID(jniBluetoothCodecConfigClass, "getChannelMode", "()I");
164 android_bluetooth_BluetoothCodecConfig.getCodecSpecific1 = env->GetMethodID(
166 android_bluetooth_BluetoothCodecConfig.getCodecSpecific2 = env->GetMethodID(
168 android_bluetooth_BluetoothCodecConfig.getCodecSpecific3 = env->GetMethodID(
170 android_bluetooth_BluetoothCodecConfig.getCodecSpecific4 = env->GetMethodID(
    [all...]
com_android_bluetooth_hfpclient.cpp 348 env->GetMethodID(clazz, "onConnectionStateChanged", "(III[B)V");
350 env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
351 method_onVrStateChanged = env->GetMethodID(clazz, "onVrStateChanged", "(I)V");
352 method_onNetworkState = env->GetMethodID(clazz, "onNetworkState", "(I[B)V");
353 method_onNetworkRoaming = env->GetMethodID(clazz, "onNetworkRoaming", "(I[B)V");
354 method_onNetworkSignal = env->GetMethodID(clazz, "onNetworkSignal", "(I[B)V");
355 method_onBatteryLevel = env->GetMethodID(clazz, "onBatteryLevel", "(I[B)V");
357 env->GetMethodID(clazz, "onCurrentOperator", "(Ljava/lang/String;[B)V");
358 method_onCall = env->GetMethodID(clazz, "onCall", "(I[B)V");
359 method_onCallSetup = env->GetMethodID(clazz, "onCallSetup", "(I[B)V")
    [all...]
  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 45 jmethodID constructID = env->GetMethodID(clazz.get(), "<init>", "()V");
54 env->GetMethodID(clazz.get(), "asBinder", "()Landroid/os/IBinder;");
  /packages/services/BuiltInPrintService/jni/plugins/
pdf_render.c 114 gPdfRenderOpenDocument = (*env)->GetMethodID(env, gPdfRenderClass, "openDocument",
116 gPdfRenderGetPageSize = (*env)->GetMethodID(env, gPdfRenderClass, "getPageSize",
118 gPdfRenderRenderPageStripe = (*env)->GetMethodID(env, gPdfRenderClass, "renderPageStripe",
122 gSizeDGetWidth = (*env)->GetMethodID(env, gSizeDClass, "getWidth", "()D");
123 gSizeDGetHeight = (*env)->GetMethodID(env, gSizeDClass, "getHeight", "()D");
  /prebuilts/ndk/r11/sources/android/ndk_helper/
JNIHelper.cpp 83 jmethodID midGetPackageName = env->GetMethodID( android_content_Context, "getPackageName",
94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" );
231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" );
273 jmethodID ctor = env->GetMethodID( cls, "<init>", "([BLjava/lang/String;)V" );
306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" );
328 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioSampleRate", "()I" );
343 jmethodID get_class_loader = jni->GetMethodID( activity_class, "getClassLoader",
347 jmethodID find_class = jni->GetMethodID( class_loader, "loadClass",
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir",
370 jmethodID mid_getPath = env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" )
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
JNIHelper.cpp 83 jmethodID midGetPackageName = env->GetMethodID( android_content_Context, "getPackageName",
94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" );
231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" );
273 jmethodID ctor = env->GetMethodID( cls, "<init>", "([BLjava/lang/String;)V" );
306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" );
328 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioSampleRate", "()I" );
343 jmethodID get_class_loader = jni->GetMethodID( activity_class, "getClassLoader",
347 jmethodID find_class = jni->GetMethodID( class_loader, "loadClass",
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir",
370 jmethodID mid_getPath = env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" )
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 209 method_beginUsbDeviceAdded = env->GetMethodID(clazz, "beginUsbDeviceAdded",
215 method_addUsbConfiguration = env->GetMethodID(clazz, "addUsbConfiguration",
221 method_addUsbInterface = env->GetMethodID(clazz, "addUsbInterface",
227 method_addUsbEndpoint = env->GetMethodID(clazz, "addUsbEndpoint", "(IIII)V");
232 method_endUsbDeviceAdded = env->GetMethodID(clazz, "endUsbDeviceAdded", "()V");
237 method_usbDeviceRemoved = env->GetMethodID(clazz, "usbDeviceRemoved",
247 gParcelFileDescriptorOffsets.mConstructor = env->GetMethodID(clazz, "<init>",
  /frameworks/rs/
rsCacheDir.cpp 37 jmethodID getPath = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;");
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 85 m_sessionInfoID = m_env->GetMethodID(m_class, "sessionInfo", "(Ljava/lang/String;Ljava/lang/String;)V");
86 m_beginSessionID = m_env->GetMethodID(m_class, "beginSession", "()V");
87 m_endSessionID = m_env->GetMethodID(m_class, "endSession", "()V");
88 m_beginTestCaseID = m_env->GetMethodID(m_class, "beginTestCase", "(Ljava/lang/String;)V");
89 m_endTestCaseID = m_env->GetMethodID(m_class, "endTestCase", "()V");
90 m_terminateTestCaseID = m_env->GetMethodID(m_class, "terminateTestCase", "(Ljava/lang/String;)V");
91 m_testCaseResultID = m_env->GetMethodID(m_class, "testCaseResult", "(Ljava/lang/String;Ljava/lang/String;)V");
92 m_testLogData = m_env->GetMethodID(m_class, "testLogData", "(Ljava/lang/String;)V");
  /external/vulkan-validation-layers/common/
android_util.cpp 40 jmethodID get_intent_method = env.GetMethodID(env.GetObjectClass(activity),
43 jmethodID get_string_extra_method = env.GetMethodID(env.GetObjectClass(intent),
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 257 env->GetMethodID(localRef, "put", "(Ljava/lang/String;[B)V");
259 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
260 jmethodID ContentValues_constructor = env->GetMethodID(localRef, "<init>", "()V");
307 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
312 constructorId = env->GetMethodID(localRef, "<init>", "()V");
351 jobject drmSupportInfo = env->NewObject(clazz, env->GetMethodID(clazz, "<init>", "()V"));
354 = env->GetMethodID(clazz, "addMimeType", "(Ljava/lang/String;)V");
356 = env->GetMethodID(clazz, "addFileSuffix", "(Ljava/lang/String;)V");
359 drmSupportInfo, env->GetMethodID(clazz, "setDescription", "(Ljava/lang/String;)V"),
438 jmethodID DrmInfo_get = env->GetMethodID(clazz, "get", "(Ljava/lang/String;)Ljava/lang/Object;")
    [all...]
  /art/test/004-JniTest/
jni_test.cc 121 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField",
138 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",
173 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z");
387 super_constructor_(GetMethodID(super_, true, "<init>")),
388 super_static_(GetMethodID(super_, false, "staticMethod")),
389 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
390 sub_constructor_(GetMethodID(sub_, true, "<init>")),
391 sub_static_(GetMethodID(sub_, false, "staticMethod")),
392 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
432 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name)
    [all...]

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011