/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_avrcp.cpp | 184 env->GetMethodID(clazz, "getRcFeatures", "([BI)V"); 186 env->GetMethodID(clazz, "getPlayStatus", "()V"); 189 env->GetMethodID(clazz, "getElementAttr", "(B[I)V"); 192 env->GetMethodID(clazz, "registerNotification", "(II)V"); 195 env->GetMethodID(clazz, "volumeChangeCallback", "(II)V"); 198 env->GetMethodID(clazz, "handlePassthroughCmd", "(II)V");
|
com_android_bluetooth_hfp.cpp | 403 env->GetMethodID(clazz, "onConnectionStateChanged", "(I[B)V"); 404 method_onAudioStateChanged = env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V"); 405 method_onVrStateChanged = env->GetMethodID(clazz, "onVrStateChanged", "(I[B)V"); 406 method_onAnswerCall = env->GetMethodID(clazz, "onAnswerCall", "([B)V"); 407 method_onHangupCall = env->GetMethodID(clazz, "onHangupCall", "([B)V"); 408 method_onVolumeChanged = env->GetMethodID(clazz, "onVolumeChanged", "(II[B)V"); 409 method_onDialCall = env->GetMethodID(clazz, "onDialCall", "(Ljava/lang/String;[B)V"); 410 method_onSendDtmf = env->GetMethodID(clazz, "onSendDtmf", "(I[B)V"); 411 method_onNoiceReductionEnable = env->GetMethodID(clazz, "onNoiceReductionEnable", "(Z[B)V"); 412 method_onWBS = env->GetMethodID(clazz,"onWBS","(I[B)V") [all...] |
com_android_bluetooth_a2dp.cpp | 105 env->GetMethodID(clazz, "onConnectionStateChanged", "(I[B)V"); 108 env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
|
com_android_bluetooth_a2dp_sink.cpp | 128 env->GetMethodID(clazz, "onConnectionStateChanged", "(I[B)V"); 131 env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V"); 134 env->GetMethodID(clazz, "onAudioConfigChanged", "([BII)V");
|
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
main.cpp | 82 jmethodID giid = env->GetMethodID(acl, "getIntent", "()Landroid/content/Intent;"); 86 jmethodID gseid = env->GetMethodID(icl, "getStringExtra",
|
/external/webrtc/webrtc/modules/utility/source/ |
helpers_android.cc | 48 jmethodID GetMethodID ( 50 jmethodID m = jni->GetMethodID(c, name, signature); 51 CHECK_EXCEPTION(jni) << "Error during GetMethodID: " << name << ", "
|
/frameworks/ex/framesequence/jni/ |
Stream.cpp | 150 gInputStreamClassInfo.read = env->GetMethodID(inputStreamClazz, "read", "([BII)I"); 151 gInputStreamClassInfo.reset = env->GetMethodID(inputStreamClazz, "reset", "()V");
|
/libnativehelper/ |
JNIHelp.cpp | 123 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); 142 (*env)->GetMethodID(e, exceptionClass.get(), "getMessage", "()Ljava/lang/String;"); 174 jmethodID stringWriterCtor = (*env)->GetMethodID(e, stringWriterClass.get(), "<init>", "()V"); 176 (*env)->GetMethodID(e, stringWriterClass.get(), "toString", "()Ljava/lang/String;"); 184 (*env)->GetMethodID(e, printWriterClass.get(), "<init>", "(Ljava/io/Writer;)V"); 200 (*env)->GetMethodID(e, exceptionClass.get(), "printStackTrace", "(Ljava/io/PrintWriter;)V"); 328 static jmethodID ctor = e->GetMethodID(JniConstants::fileDescriptorClass, "<init>", "()V"); 359 static jmethodID get = e->GetMethodID(JniConstants::referenceClass, "get", "()Ljava/lang/Object;");
|
/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");
|
/external/deqp/framework/platform/android/ |
tcuAndroidExecService.cpp | 93 ctorId = env->GetMethodID(m_remoteCls, "<init>", "(Landroid/content/Context;Ljava/lang/String;)V"); 112 m_start = env->GetMethodID(m_remoteCls, "start", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z"); 115 m_kill = env->GetMethodID(m_remoteCls, "kill", "()Z"); 118 m_isRunning = env->GetMethodID(m_remoteCls, "isRunning", "()Z");
|
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
JavaInputStream.cpp | 21 fReadMethodID = env->GetMethodID(fInputStreamClass, "read", "([B)I");
|
/external/webrtc/webrtc/modules/utility/include/ |
helpers_android.h | 36 jmethodID GetMethodID(
|
/frameworks/base/services/core/jni/ |
com_android_server_SerialService.cpp | 74 gParcelFileDescriptorOffsets.mConstructor = env->GetMethodID(clazz, "<init>", "(Ljava/io/FileDescriptor;)V");
|
com_android_server_location_GnssLocationProvider.cpp | 563 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V"); 564 method_reportStatus = env->GetMethodID(clazz, "reportStatus", "(I)V"); 565 method_reportSvStatus = env->GetMethodID(clazz, "reportSvStatus", "()V"); 566 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(II[B)V"); 567 method_reportNmea = env->GetMethodID(clazz, "reportNmea", "(J)V"); 568 method_setEngineCapabilities = env->GetMethodID(clazz, "setEngineCapabilities", "(I)V"); 569 method_setGnssYearOfHardware = env->GetMethodID(clazz, "setGnssYearOfHardware", "(I)V"); 570 method_xtraDownloadRequest = env->GetMethodID(clazz, "xtraDownloadRequest", "()V"); 571 method_reportNiNotification = env->GetMethodID(clazz, "reportNiNotification", 573 method_requestRefLocation = env->GetMethodID(clazz,"requestRefLocation","(I)V") [all...] |
/frameworks/wilhelm/src/itf/ |
IAndroidConfiguration.c | 156 j_env->GetMethodID(clsAudioTrackRoutingProxy, "<init>", "(J)V"); 231 j_env->GetMethodID(clsAudioRecordRoutingProxy, "<init>", "(J)V"); 337 j_env->GetMethodID(clsAudioTrackRoutingProxy, "native_release", "()V"); 358 j_env->GetMethodID(clsAudioRecordRoutingProxy, "native_release", "()V");
|
/libcore/ojluni/src/main/native/ |
Inet6Address.c | 61 ia6_ctrID = (*env)->GetMethodID(env, ia6_class, "<init>", "()V");
|
ServerSocketChannelImpl.c | 70 isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
|
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | [all...] |
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
jni_data_utils.cpp | 49 jmethodID intToIntegerConstructorId = env->GetMethodID(integerClass, "<init>", "(I)V"); 51 jmethodID addMethodId = env->GetMethodID(arrayListClass, "add", "(Ljava/lang/Object;)Z");
|
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_surface_view.cc | 150 jmethodID cid = env->GetMethodID(_javaRenderClass, 352 env->GetMethodID(javaRenderClass, 365 _drawByteBufferCid = env->GetMethodID(javaRenderClass, 378 _setCoordinatesCid = env->GetMethodID(javaRenderClass,
|
/frameworks/base/core/jni/ |
core_jni_helpers.h | 42 jmethodID res = env->GetMethodID(clazz, method_name, method_signature);
|
android_animation_PropertyValuesHolder.cpp | 36 jmethodID mid = env->GetMethodID(targetClass, nativeString, "(I)V"); 45 jmethodID mid = env->GetMethodID(targetClass, nativeString, "(F)V"); 58 jmethodID mid = env->GetMethodID(targetClass, nativeString, signature);
|
/libcore/luni/src/main/native/ |
java_util_regex_Pattern.cpp | 62 static jmethodID method = env->GetMethodID(JniConstants::patternSyntaxExceptionClass,
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpegstream.cpp | 99 setMethod = env->GetMethodID(pointClass, "set", "(II)V"); 348 jmethodID cachedWriteFun = env->GetMethodID(outCls, "write", "([BII)V"); 361 jmethodID cachedReadFun = env->GetMethodID(inCls, "read", "([BII)I"); 366 jmethodID cachedSkipFun = env->GetMethodID(inCls, "skip", "(J)J");
|
/packages/apps/TV/usbtuner/jni/ |
DvbManager.cpp | 48 mOpenDvbFrontEndMethodID = env->GetMethodID( 50 mOpenDvbDemuxMethodID = env->GetMethodID( 52 mOpenDvbDvrMethodID = env->GetMethodID(
|