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

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 73 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
74 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
79 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
80 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
android_net_NetUtils.cpp 275 env->GetMethodID(dhcpResultsClass, "clear", "()V");
277 env->GetMethodID(dhcpResultsClass, "setIpAddress", "(Ljava/lang/String;I)Z");
279 env->GetMethodID(dhcpResultsClass, "setGateway", "(Ljava/lang/String;)Z");
281 env->GetMethodID(dhcpResultsClass, "addDns", "(Ljava/lang/String;)Z");
283 env->GetMethodID(dhcpResultsClass, "setDomains", "(Ljava/lang/String;)V");
285 env->GetMethodID(dhcpResultsClass, "setServerAddress", "(Ljava/lang/String;)Z");
287 env->GetMethodID(dhcpResultsClass, "setLeaseDuration", "(I)V");
289 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");
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 72 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
73 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
75 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
78 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
79 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
80 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
81 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
EGLExtcHeader.cpp 73 egldisplayGetHandleID = _env->GetMethodID(egldisplayClass, "getNativeHandle", "()J");
74 eglcontextGetHandleID = _env->GetMethodID(eglcontextClass, "getNativeHandle", "()J");
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J");
79 egldisplayConstructor = _env->GetMethodID(egldisplayClass, "<init>", "(J)V");
80 eglcontextConstructor = _env->GetMethodID(eglcontextClass, "<init>", "(J)V");
81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V");
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 150 sOnLocationReport = env->GetMethodID(
154 sOnDataReport = env->GetMethodID(
159 sOnGeofenceTransition = env->GetMethodID(
164 sOnGeofenceMonitorStatus = env->GetMethodID(
169 sOnGeofenceAdd = env->GetMethodID(clazz, "onGeofenceAdd", "(II)V");
170 sOnGeofenceRemove = env->GetMethodID(clazz, "onGeofenceRemove", "(II)V");
171 sOnGeofencePause = env->GetMethodID(clazz, "onGeofencePause", "(II)V");
172 sOnGeofenceResume = env->GetMethodID(clazz, "onGeofenceResume", "(II)V");
219 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D");
221 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D")
    [all...]
com_android_server_location_GpsLocationProvider.cpp 446 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");
447 method_reportStatus = env->GetMethodID(clazz, "reportStatus", "(I)V");
448 method_reportSvStatus = env->GetMethodID(clazz, "reportSvStatus", "()V");
449 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(II[B)V");
450 method_reportNmea = env->GetMethodID(clazz, "reportNmea", "(J)V");
451 method_setEngineCapabilities = env->GetMethodID(clazz, "setEngineCapabilities", "(I)V");
452 method_xtraDownloadRequest = env->GetMethodID(clazz, "xtraDownloadRequest", "()V");
453 method_reportNiNotification = env->GetMethodID(clazz, "reportNiNotification",
455 method_requestRefLocation = env->GetMethodID(clazz,"requestRefLocation","(I)V");
456 method_requestSetID = env->GetMethodID(clazz,"requestSetID","(I)V")
    [all...]
com_android_server_UsbHostManager.cpp 200 method_beginUsbDeviceAdded = env->GetMethodID(clazz, "beginUsbDeviceAdded",
206 method_addUsbConfiguration = env->GetMethodID(clazz, "addUsbConfiguration",
212 method_addUsbInterface = env->GetMethodID(clazz, "addUsbInterface",
218 method_addUsbEndpoint = env->GetMethodID(clazz, "addUsbEndpoint", "(IIII)V");
223 method_endUsbDeviceAdded = env->GetMethodID(clazz, "endUsbDeviceAdded", "()V");
228 method_usbDeviceRemoved = env->GetMethodID(clazz, "usbDeviceRemoved",
238 gParcelFileDescriptorOffsets.mConstructor = env->GetMethodID(clazz, "<init>",
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 38 jobject intent = env->CallObjectMethod(activity, env->GetMethodID(activityCls, "getIntent", "()Landroid/content/Intent;"));
47 jstring extraStr = (jstring)env->CallObjectMethodA(intent, env->GetMethodID(intentCls, "getStringExtra", "(Ljava/lang/String;)Ljava/lang/String;"), getExtraArgs);
70 jmethodID setOrientationId = env->GetMethodID(activityCls, "setRequestedOrientation", "(I)V");
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");
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 280 method_onConnectionStateChanged = env->GetMethodID(clazz, "onConnectionStateChanged", "(III[B)V");
281 method_onAudioStateChanged = env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
282 method_onVrStateChanged = env->GetMethodID(clazz, "onVrStateChanged", "(I)V");
283 method_onNetworkState = env->GetMethodID(clazz, "onNetworkState", "(I)V");
284 method_onNetworkRoaming = env->GetMethodID(clazz, "onNetworkRoaming", "(I)V");
285 method_onNetworkSignal = env->GetMethodID(clazz, "onNetworkSignal", "(I)V");
286 method_onBatteryLevel = env->GetMethodID(clazz, "onBatteryLevel", "(I)V");
287 method_onCurrentOperator = env->GetMethodID(clazz, "onCurrentOperator", "(Ljava/lang/String;)V");
288 method_onCall = env->GetMethodID(clazz, "onCall", "(I)V");
289 method_onCallSetup = env->GetMethodID(clazz, "onCallSetup", "(I)V")
    [all...]
com_android_bluetooth_gatt.cpp 821 method_onClientRegistered = env->GetMethodID(clazz, "onClientRegistered", "(IIJJ)V");
822 method_onScanResult = env->GetMethodID(clazz, "onScanResult", "(Ljava/lang/String;I[B)V");
823 method_onConnected = env->GetMethodID(clazz, "onConnected", "(IIILjava/lang/String;)V");
824 method_onDisconnected = env->GetMethodID(clazz, "onDisconnected", "(IIILjava/lang/String;)V");
825 method_onReadCharacteristic = env->GetMethodID(clazz, "onReadCharacteristic", "(IIIIJJIJJI[B)V");
826 method_onWriteCharacteristic = env->GetMethodID(clazz, "onWriteCharacteristic", "(IIIIJJIJJ)V");
827 method_onExecuteCompleted = env->GetMethodID(clazz, "onExecuteCompleted", "(II)V");
828 method_onSearchCompleted = env->GetMethodID(clazz, "onSearchCompleted", "(II)V");
829 method_onSearchResult = env->GetMethodID(clazz, "onSearchResult", "(IIIJJ)V");
830 method_onReadDescriptor = env->GetMethodID(clazz, "onReadDescriptor", "(IIIIJJIJJIJJI[B)V")
    [all...]
com_android_bluetooth_avrcp.cpp 163 env->GetMethodID(clazz, "getRcFeatures", "([BI)V");
165 env->GetMethodID(clazz, "getPlayStatus", "()V");
168 env->GetMethodID(clazz, "getElementAttr", "(B[I)V");
171 env->GetMethodID(clazz, "registerNotification", "(II)V");
174 env->GetMethodID(clazz, "volumeChangeCallback", "(II)V");
177 env->GetMethodID(clazz, "handlePassthroughCmd", "(II)V");
  /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;");
  /development/ndk/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/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...]
  /external/chromium_org/content/browser/android/java/
jni_helper_unittest.cc 32 g_last_method_id = g_previous_functions->GetMethodID(env, clazz, method,
46 hooked_functions.GetMethodID = &GetMethodIDWrapper;
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
media_codec_video_decoder.cc 30 jni->GetMethodID(decoderClass, "pushBuffer", "(Ljava/nio/ByteBuffer;J)V");
31 j_start_ = jni->GetMethodID(decoderClass, "start", "(II)Z");
jni_helpers.cc 19 jmethodID GetMethodID(JNIEnv* jni, jclass c, const std::string& name,
21 jmethodID m = jni->GetMethodID(c, name.c_str(), signature);
22 CHECK_EXCEPTION(jni, "error during GetMethodID");
  /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"));
  /libnativehelper/
JNIHelp.cpp 106 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;");
125 (*env)->GetMethodID(e, exceptionClass.get(), "getMessage", "()Ljava/lang/String;");
157 jmethodID stringWriterCtor = (*env)->GetMethodID(e, stringWriterClass.get(), "<init>", "()V");
159 (*env)->GetMethodID(e, stringWriterClass.get(), "toString", "()Ljava/lang/String;");
167 (*env)->GetMethodID(e, printWriterClass.get(), "<init>", "(Ljava/io/Writer;)V");
183 (*env)->GetMethodID(e, exceptionClass.get(), "printStackTrace", "(Ljava/io/PrintWriter;)V");
310 static jmethodID ctor = e->GetMethodID(JniConstants::fileDescriptorClass, "<init>", "()V");
338 static jmethodID get = e->GetMethodID(JniConstants::referenceClass, "get", "()Ljava/lang/Object;");
  /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"),
437 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");
  /frameworks/ex/framesequence/jni/
Stream.cpp 122 gInputStreamClassInfo.read = env->GetMethodID(inputStreamClazz, "read", "([BII)I");
123 gInputStreamClassInfo.reset = env->GetMethodID(inputStreamClazz, "reset", "()V");
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.cpp 88 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");
163 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 910