Home
last modified time | relevance | path

Searched refs:GetMethodID (Results 1 – 25 of 44) sorted by relevance

12

/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc192 j_media_stream_ctor_(GetMethodID( in PCOJava()
195 j_audio_track_ctor_(GetMethodID( in PCOJava()
198 j_video_track_ctor_(GetMethodID( in PCOJava()
201 j_data_channel_ctor_(GetMethodID( in PCOJava()
216 jmethodID ctor = GetMethodID(jni(), candidate_class, in OnIceCandidate()
223 jmethodID m = GetMethodID(jni(), *j_observer_class_, in OnIceCandidate()
232 jmethodID m = GetMethodID( in OnSignalingChange()
244 jmethodID m = GetMethodID( in OnIceConnectionChange()
255 jmethodID m = GetMethodID( in OnIceConnectionReceivingChange()
264 jmethodID m = GetMethodID( in OnIceGatheringChange()
[all …]
Dandroidvideocapturer_jni.cc73 GetMethodID(jni(), *j_video_capturer_class_, "release", "()V")); in ~AndroidVideoCapturerJni()
90 GetMethodID(jni(), *j_observer_class_, "<init>", "(J)V"), in Start()
94 jmethodID m = GetMethodID( in Start()
115 jmethodID m = GetMethodID(jni(), *j_video_capturer_class_, in Stop()
137 GetMethodID(jni(), *j_video_capturer_class_, in GetSupportedFormats()
Dandroidnetworkmonitor_jni.cc65 GetMethodID(jni(), *j_network_monitor_class_, "startMonitoring", "(J)V"); in Start()
73 GetMethodID(jni(), *j_network_monitor_class_, "stopMonitoring", "(J)V"); in Stop()
Dandroidmediadecoder_jni.cc188 GetMethodID(jni, in MediaCodecVideoDecoder()
196 j_init_decode_method_ = GetMethodID( in MediaCodecVideoDecoder()
201 GetMethodID(jni, *j_media_codec_video_decoder_class_, "release", "()V"); in MediaCodecVideoDecoder()
202 j_dequeue_input_buffer_method_ = GetMethodID( in MediaCodecVideoDecoder()
204 j_queue_input_buffer_method_ = GetMethodID( in MediaCodecVideoDecoder()
206 j_dequeue_byte_buffer_method_ = GetMethodID( in MediaCodecVideoDecoder()
209 j_dequeue_texture_buffer_method_ = GetMethodID( in MediaCodecVideoDecoder()
213 GetMethodID(jni, *j_media_codec_video_decoder_class_, in MediaCodecVideoDecoder()
Dandroidmediaencoder_jni.cc260 GetMethodID(jni, in MediaCodecVideoEncoder()
281 j_init_encode_method_ = GetMethodID( in MediaCodecVideoEncoder()
287 j_get_input_buffers_method_ = GetMethodID( in MediaCodecVideoEncoder()
292 j_dequeue_input_buffer_method_ = GetMethodID( in MediaCodecVideoEncoder()
294 j_encode_buffer_method_ = GetMethodID( in MediaCodecVideoEncoder()
296 j_encode_texture_method_ = GetMethodID( in MediaCodecVideoEncoder()
300 GetMethodID(jni, *j_media_codec_video_encoder_class_, "release", "()V"); in MediaCodecVideoEncoder()
301 j_set_rates_method_ = GetMethodID( in MediaCodecVideoEncoder()
303 j_dequeue_output_buffer_method_ = GetMethodID( in MediaCodecVideoEncoder()
308 j_release_output_buffer_method_ = GetMethodID( in MediaCodecVideoEncoder()
Dsurfacetexturehelper_jni.cc42 GetMethodID(jni, in SurfaceTextureHelper()
Djni_helpers.cc159 jmethodID GetMethodID( in GetMethodID() function
161 jmethodID m = jni->GetMethodID(c, name.c_str(), signature); in GetMethodID()
Djni_helpers.h72 jmethodID GetMethodID(
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp85 …m_sessionInfoID = m_env->GetMethodID(m_class, "sessionInfo", "(Ljava/lang/String;Ljava/lang/Str… in TestLogListener()
86 m_beginSessionID = m_env->GetMethodID(m_class, "beginSession", "()V"); in TestLogListener()
87 m_endSessionID = m_env->GetMethodID(m_class, "endSession", "()V"); in TestLogListener()
88 m_beginTestCaseID = m_env->GetMethodID(m_class, "beginTestCase", "(Ljava/lang/String;)V"); in TestLogListener()
89 m_endTestCaseID = m_env->GetMethodID(m_class, "endTestCase", "()V"); in TestLogListener()
90 m_terminateTestCaseID = m_env->GetMethodID(m_class, "terminateTestCase", "(Ljava/lang/String;)V"); in TestLogListener()
91 …m_testCaseResultID = m_env->GetMethodID(m_class, "testCaseResult", "(Ljava/lang/String;Ljava/lan… in TestLogListener()
92 m_testLogData = m_env->GetMethodID(m_class, "testLogData", "(Ljava/lang/String;)V"); in TestLogListener()
DtcuAndroidExecService.cpp93 …ctorId = env->GetMethodID(m_remoteCls, "<init>", "(Landroid/content/Context;Ljava/lang/String;)V"); in TestProcess()
112 …m_start = env->GetMethodID(m_remoteCls, "start", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/… in TestProcess()
115 m_kill = env->GetMethodID(m_remoteCls, "kill", "()Z"); in TestProcess()
118 m_isRunning = env->GetMethodID(m_remoteCls, "isRunning", "()Z"); in TestProcess()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_surface_view.cc150 jmethodID cid = env->GetMethodID(_javaRenderClass, in Init()
352 env->GetMethodID(javaRenderClass, in Init()
365 _drawByteBufferCid = env->GetMethodID(javaRenderClass, in Init()
378 _setCoordinatesCid = env->GetMethodID(javaRenderClass, in Init()
Dvideo_render_android_native_opengl2.cc324 _redrawCid = env->GetMethodID(javaRenderClass, "ReDraw", "()V"); in Init()
331 _registerNativeCID = env->GetMethodID(javaRenderClass, in Init()
339 _deRegisterNativeCID = env->GetMethodID(javaRenderClass, in Init()
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_android.cc48 jmethodID GetMethodID ( in GetMethodID() function
50 jmethodID m = jni->GetMethodID(c, name, signature); in GetMethodID()
Djvm_android.cc148 GetMethodID(jni_, j_class_, name, signature), in NewObject()
158 return GetMethodID(jni_, j_class_, name, signature); in GetMethodId()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp94 jmethodID MID_String_getBytes = env->GetMethodID( in JNU_GetStringNativeChars()
167 jmethodID init = env->GetMethodID(Class_java_io_FileDescriptor, "<init>", "()V"); in Java_com_googlecode_android_1scripting_Exec_createSubprocess()
/external/libtextclassifier/utils/java/
Dstring_utils.cc52 env->GetMethodID(string_class, "getBytes", "(Ljava/lang/String;)[B"); in JStringToUtf8String()
Djni-base.cc66 jmethodID afd_class_getFileDescriptor = env->GetMethodID( in GetFdFromAssetFileDescriptor()
Djni-base.h66 const jmethodID method = env->GetMethodID(class_object, method_name.c_str(), in CallJniMethod0()
Djni-cache.cc67 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \
74 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_android.h36 jmethodID GetMethodID(
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Djni_native.c46 jmethodID methodID = (*env)->GetMethodID(env, cls, "<init>", "(III)V"); in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings()
204 jmethodID methodID = (*env)->GetMethodID(env, cls, "<init>", "([I[SZS)V"); in getCallbackTimes()
/external/libchrome/base/android/
Djni_android.cc103 env->GetMethodID(class_loader_clazz.obj(), in InitReplacementClassLoader()
175 env->GetMethodID(clazz, method_name, jni_signature); in Get()
/external/skqp/tools/sk_app/android/
Dsurface_glue_android.cpp75 fSetTitleMethodID = env->GetMethodID(cls, "setTitle", "(Ljava/lang/String;)V"); in SkiaAndroidApp()
76 fSetStateMethodID = env->GetMethodID(cls, "setState", "(Ljava/lang/String;)V"); in SkiaAndroidApp()
/external/skia/tools/sk_app/android/
Dsurface_glue_android.cpp75 fSetTitleMethodID = env->GetMethodID(cls, "setTitle", "(Ljava/lang/String;)V"); in SkiaAndroidApp()
76 fSetStateMethodID = env->GetMethodID(cls, "setState", "(Ljava/lang/String;)V"); in SkiaAndroidApp()
/external/javasqlite/src/main/native/
Dsqlite_jni.c457 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler()
485 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler3()
509 jmethodID mid = (*env)->GetMethodID(env, cls, "progress", "()Z"); in progresshandler()
535 mid = (*env)->GetMethodID(env, cls, "columns", in callback()
565 mid = (*env)->GetMethodID(env, cls, "types", in callback()
616 mid = (*env)->GetMethodID(env, cls, "types", in callback()
651 mid = (*env)->GetMethodID(env, cls, "types", in callback()
684 mid = (*env)->GetMethodID(env, cls, "types", in callback()
735 mid = (*env)->GetMethodID(env, cls, "newrow", in callback()
1711 (*env)->GetMethodID(env, cls, in call_common()
[all …]

12