Searched defs:GetFieldID (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.c2457 static jfieldID GetFieldID(JNIEnv* env, jclass jclazz, function
2471 LOGD("GetFieldID: unable to find field %s.%s:%s\n",
4037 GetFieldID,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h290 jfieldID (*GetFieldID)(JNIEnv*, jclass, const char*, const char*); member in struct:JNINativeInterface
692 jfieldID GetFieldID(jclass clazz, const char* name, const char* sig) function in struct:_JNIEnv
693 { return functions->GetFieldID(this, clazz, name, sig); }

Completed in 3289 milliseconds