Searched refs:kJniMethods (Results 1 – 4 of 4) sorted by relevance
93 const JNINativeMethod kJniMethods[] = { variable106 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterGraphicsUtils()
113 const JNINativeMethod kJniMethods[] = { variable128 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterDrawGLFunctor()
310 const JNINativeMethod kJniMethods[] = { variable321 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterDrawFunctor()
192 const JNINativeMethod kJniMethods[] = { variable237 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterWebViewLibraryLoader()