/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 192 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 …]
|
D | androidvideocapturer_jni.cc | 73 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()
|
D | androidnetworkmonitor_jni.cc | 65 GetMethodID(jni(), *j_network_monitor_class_, "startMonitoring", "(J)V"); in Start() 73 GetMethodID(jni(), *j_network_monitor_class_, "stopMonitoring", "(J)V"); in Stop()
|
D | androidmediadecoder_jni.cc | 188 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()
|
D | androidmediaencoder_jni.cc | 260 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()
|
D | surfacetexturehelper_jni.cc | 42 GetMethodID(jni, in SurfaceTextureHelper()
|
D | jni_helpers.cc | 159 jmethodID GetMethodID( in GetMethodID() function 161 jmethodID m = jni->GetMethodID(c, name.c_str(), signature); in GetMethodID()
|
D | jni_helpers.h | 72 jmethodID GetMethodID(
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 85 …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()
|
D | tcuAndroidExecService.cpp | 93 …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/ |
D | video_render_android_surface_view.cc | 150 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()
|
D | video_render_android_native_opengl2.cc | 324 _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/ |
D | helpers_android.cc | 48 jmethodID GetMethodID ( in GetMethodID() function 50 jmethodID m = jni->GetMethodID(c, name, signature); in GetMethodID()
|
D | jvm_android.cc | 148 GetMethodID(jni_, j_class_, name, signature), in NewObject() 158 return GetMethodID(jni_, j_class_, name, signature); in GetMethodId()
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 94 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/ |
D | string_utils.cc | 52 env->GetMethodID(string_class, "getBytes", "(Ljava/lang/String;)[B"); in JStringToUtf8String()
|
D | jni-base.cc | 66 jmethodID afd_class_getFileDescriptor = env->GetMethodID( in GetFdFromAssetFileDescriptor()
|
D | jni-base.h | 66 const jmethodID method = env->GetMethodID(class_object, method_name.c_str(), in CallJniMethod0()
|
D | jni-cache.cc | 67 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \ 74 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \
|
/external/webrtc/webrtc/modules/utility/include/ |
D | helpers_android.h | 36 jmethodID GetMethodID(
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | jni_native.c | 46 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/ |
D | jni_android.cc | 103 env->GetMethodID(class_loader_clazz.obj(), in InitReplacementClassLoader() 175 env->GetMethodID(clazz, method_name, jni_signature); in Get()
|
/external/skqp/tools/sk_app/android/ |
D | surface_glue_android.cpp | 75 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/ |
D | surface_glue_android.cpp | 75 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/ |
D | sqlite_jni.c | 457 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 …]
|