Searched defs:GetMethodID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc278 jmethodID GetMethodID( function in namespace:__anon12128
280 jmethodID m = jni->GetMethodID(c, name.c_str(), signature);
282 "error during GetMethodID: " << name << ", " << signature);
487 j_media_stream_ctor_(GetMethodID(
490 j_audio_track_ctor_(GetMethodID(
493 j_video_track_ctor_(GetMethodID(
496 j_data_channel_ctor_(GetMethodID(
506 jmethodID ctor = GetMethodID(jni(), candidate_class,
514 jmethodID m = GetMethodID(jni(), *j_observer_class_,
521 jmethodID m = GetMethodID(jn
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h265 jmethodID (JNICALL *GetMethodID) member in struct:JNINativeInterface_
806 jmethodID GetMethodID(jclass clazz, const char *name, function in struct:JNIEnv_
808 return functions->GetMethodID(this,clazz,name,sig);
H A Djri.h114 (((*(env))->GetMethodID)(env, JRI_GetMethodID_op, clazz, name, sig))
427 jint (*GetMethodID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c); member in struct:JRIEnvInterface

Completed in 327 milliseconds