HomeSort by relevance Sort by last modified time
    Searched refs:nativeMethods (Results 1 - 2 of 2) sorted by null

  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 705 static const JNINativeMethod nativeMethods[] = {
772 if (env->RegisterNatives(clazz, nativeMethods, sizeof(nativeMethods)
773 / sizeof(nativeMethods[0])) == JNI_OK) {
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 703 static const JNINativeMethod nativeMethods[] = {
753 (env, kClassPathName, nativeMethods, NELEM(nativeMethods));

Completed in 164 milliseconds