Home
last modified time | relevance | path

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

/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp705 static const JNINativeMethod nativeMethods[] = { variable
772 if (env->RegisterNatives(clazz, nativeMethods, sizeof(nativeMethods) in registerNativeMethods()
773 / sizeof(nativeMethods[0])) == JNI_OK) { in registerNativeMethods()