Home | History | Annotate | Download | only in jni

Lines Matching refs:pEnv

1044 bool android_media_getIntConstantFromClass(JNIEnv* pEnv, jclass theClass, const char* className,
1047 javaConst = pEnv->GetStaticFieldID(theClass, constName, "I");
1049 *constVal = pEnv->GetStaticIntField(theClass, javaConst);