Home
last modified time | relevance | path

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

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