Home
last modified time | relevance | path

Searched refs:kJniMethods (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/native/webview/plat_support/
Dgraphics_utils.cpp93 const JNINativeMethod kJniMethods[] = { variable
106 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterGraphicsUtils()
Ddraw_gl_functor.cpp113 const JNINativeMethod kJniMethods[] = { variable
128 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterDrawGLFunctor()
Ddraw_functor.cpp219 const JNINativeMethod kJniMethods[] = { variable
230 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterDrawFunctor()
/frameworks/base/native/webview/loader/
Dloader.cpp192 const JNINativeMethod kJniMethods[] = { variable
237 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterWebViewLibraryLoader()