HomeSort by relevance Sort by last modified time
    Searched defs:classPathName (Results 1 - 16 of 16) sorted by null

  /development/samples/SimpleJNI/jni/
native.cpp 31 static const char *classPathName = "com/example/android/simplejni/Native";
65 if (!registerNativeMethods(env, classPathName,
  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 150 static const char *classPathName = "android/opengl/EGLExt";
160 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
android_opengl_GLES10Ext.cpp 465 static const char *classPathName = "android/opengl/GLES10Ext";
476 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
android_opengl_EGL14.cpp     [all...]
com_google_android_gles_jni_EGLImpl.cpp 525 static const char *classPathName = "com/google/android/gles_jni/EGLImpl";
571 android::classPathName, android::methods, NELEM(android::methods));
android_opengl_GLES11.cpp     [all...]
android_opengl_GLES10.cpp     [all...]
android_opengl_GLES11Ext.cpp     [all...]
android_opengl_GLES20.cpp     [all...]
android_opengl_GLES30.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /external/neven/
FaceDetector_jni.cpp 279 static const char *classPathName = "android/media/FaceDetector";
292 _env, classPathName, methods, NELEM(methods));
  /frameworks/native/opengl/tools/glgen/src/
GenerateGL.java 75 String classPathName = "com/google/android/gles_jni/GLImpl";
137 new Jsr239CodeEmitter(classPathName,
  /external/jhead/
main.c 752 static const char *classPathName = "android/media/ExifInterface";
790 return jniRegisterNativeMethods(env, classPathName,
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 535 milliseconds