Searched refs:jni_helper_java_class_ (Results 1 – 2 of 2) sorted by relevance
60 env->DeleteGlobalRef( jni_helper_java_class_ ); in ~JNIHelper()92 helper.jni_helper_java_class_ = (jclass) env->NewGlobalRef( cls ); in Init()94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" ); in Init()95 helper.jni_helper_java_ref_ = env->NewObject( helper.jni_helper_java_class_, constructor ); in Init()231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" ); in LoadTexture()306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" ); in GetNativeAudioBufferSize()328 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioSampleRate", "()I" ); in GetNativeAudioSampleRate()
51 jclass jni_helper_java_class_; variable