/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");
|
/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");
|
android_hardware_location_ContextHubService.cpp | 471 env->GetMethodID(db.jniInfo.contextHubInfoClass, "<init>", "()V"); 473 env->GetMethodID(db.jniInfo.contextHubInfoClass, "setId", "(I)V"); 475 env->GetMethodID(db.jniInfo.contextHubInfoClass, "setName", 479 env->GetMethodID(db.jniInfo.contextHubInfoClass, 482 env->GetMethodID(db.jniInfo.contextHubInfoClass, 485 env->GetMethodID(db.jniInfo.contextHubInfoClass, 488 env->GetMethodID(db.jniInfo.contextHubInfoClass, 491 env->GetMethodID(db.jniInfo.contextHubInfoClass, 494 env->GetMethodID(db.jniInfo.contextHubInfoClass, 497 env->GetMethodID(db.jniInfo.contextHubInfoClass [all...] |
/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");
|
/frameworks/base/services/core/jni/ |
com_android_server_location_FlpHardwareProvider.cpp | 202 sSetVersion = env->GetMethodID( 206 sOnLocationReport = env->GetMethodID( 210 sOnDataReport = env->GetMethodID( 215 sOnBatchingCapabilities = env->GetMethodID( 219 sOnBatchingStatus = env->GetMethodID( 223 sOnGeofencingCapabilities = env->GetMethodID( 227 sOnGeofenceTransition = env->GetMethodID( 232 sOnGeofenceMonitorStatus = env->GetMethodID( 237 sOnGeofenceAdd = env->GetMethodID(clazz, "onGeofenceAdd", "(II)V"); 238 sOnGeofenceRemove = env->GetMethodID(clazz, "onGeofenceRemove", "(II)V") [all...] |
com_android_server_UsbHostManager.cpp | 202 method_beginUsbDeviceAdded = env->GetMethodID(clazz, "beginUsbDeviceAdded", 208 method_addUsbConfiguration = env->GetMethodID(clazz, "addUsbConfiguration", 214 method_addUsbInterface = env->GetMethodID(clazz, "addUsbInterface", 220 method_addUsbEndpoint = env->GetMethodID(clazz, "addUsbEndpoint", "(IIII)V"); 225 method_endUsbDeviceAdded = env->GetMethodID(clazz, "endUsbDeviceAdded", "()V"); 230 method_usbDeviceRemoved = env->GetMethodID(clazz, "usbDeviceRemoved", 240 gParcelFileDescriptorOffsets.mConstructor = env->GetMethodID(clazz, "<init>",
|
/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...] |
androidvideocapturer_jni.cc | 73 GetMethodID(jni(), *j_video_capturer_class_, "release", "()V")); 90 GetMethodID(jni(), *j_observer_class_, "<init>", "(J)V"), 94 jmethodID m = GetMethodID( 115 jmethodID m = GetMethodID(jni(), *j_video_capturer_class_, 137 GetMethodID(jni(), *j_video_capturer_class_,
|
/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 | 564 jmethodID gattDbElementConstructor = sCallbackEnv->GetMethodID(gattDbElementClazz, "<init>", "()V"); 567 jobject array = sCallbackEnv->NewObject(arrayListclazz, sCallbackEnv->GetMethodID(arrayListclazz, "<init>", "()V")); 568 jmethodID arrayAdd = sCallbackEnv->GetMethodID(arrayListclazz, "add", "(Ljava/lang/Object;)Z"); 572 jmethodID uuidConstructor = sCallbackEnv->GetMethodID(uuidClazz, "<init>", "(JJ)V"); 869 method_onClientRegistered = env->GetMethodID(clazz, "onClientRegistered", "(IIJJ)V"); 870 method_onScanResult = env->GetMethodID(clazz, "onScanResult", "(Ljava/lang/String;I[B)V"); 871 method_onConnected = env->GetMethodID(clazz, "onConnected", "(IIILjava/lang/String;)V"); 872 method_onDisconnected = env->GetMethodID(clazz, "onDisconnected", "(IIILjava/lang/String;)V"); 873 method_onReadCharacteristic = env->GetMethodID(clazz, "onReadCharacteristic", "(III[B)V"); 874 method_onWriteCharacteristic = env->GetMethodID(clazz, "onWriteCharacteristic", "(III)V") [all...] |
com_android_bluetooth_avrcp_controller.cpp | 432 env->GetMethodID(clazz, "handlePassthroughRsp", "(II)V"); 435 env->GetMethodID(clazz, "handleGroupNavigationRsp", "(II)V"); 438 env->GetMethodID(clazz, "onConnectionStateChanged", "(Z[B)V"); 441 env->GetMethodID(clazz, "getRcFeatures", "([BI)V"); 444 env->GetMethodID(clazz, "setPlayerAppSettingRsp", "([BB)V"); 447 env->GetMethodID(clazz, "handlePlayerAppSetting", "([B[BI)V"); 450 env->GetMethodID(clazz, "onPlayerAppSettingChanged", "([B[BI)V"); 453 env->GetMethodID(clazz, "handleSetAbsVolume", "([BBB)V"); 456 env->GetMethodID(clazz, "handleRegisterNotificationAbsVol", "([BB)V"); 459 env->GetMethodID(clazz, "onTrackChanged", "([BB[I[Ljava/lang/String;)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;");
|
/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...] |
/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");
|
/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 | 112 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField", 129 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean", 164 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z"); 378 super_constructor_(GetMethodID(super_, true, "<init>")), 379 super_static_(GetMethodID(super_, false, "staticMethod")), 380 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")), 381 sub_constructor_(GetMethodID(sub_, true, "<init>")), 382 sub_static_(GetMethodID(sub_, false, "staticMethod")), 383 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")), 423 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) [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");
|
/packages/services/Car/service/jni/ |
com_android_car_CarCameraService.cpp | 158 jmethodID midInit = env->GetMethodID(cls, "<init>", "(IIII)V"); 212 jmethodID midInit = env->GetMethodID(cls, "<init>", "(IIII)V"); 266 jmethodID midInit = env->GetMethodID(cls, "<init>", "(ZZ)V"); 289 jmethodID midCamera = env->GetMethodID(cls, "getCameraIsOn", "()Z"); 290 jmethodID midOverlay = env->GetMethodID(cls, "getOverlayIsOn", "()Z");
|
/frameworks/base/media/jni/ |
android_media_MediaDataSource.cpp | 43 mReadMethod = env->GetMethodID(mediaDataSourceClass.get(), "readAt", "(J[BII)I"); 45 mGetSizeMethod = env->GetMethodID(mediaDataSourceClass.get(), "getSize", "()J"); 47 mCloseMethod = env->GetMethodID(mediaDataSourceClass.get(), "close", "()V");
|