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

  /development/pdk/pndk/samples/samplejni/
native.cpp 11 static const char *classPathName = "com/example/jniexample/Native";
43 if (!registerNativeMethods(env, classPathName,
  /development/samples/SimpleJNI/jni/
native.cpp 31 static const char *classPathName = "com/example/android/simplejni/Native";
65 if (!registerNativeMethods(env, classPathName,
  /external/quake/quake/src/QW/client/
main.cpp 58 static const char *classPathName = "com/android/quake/QuakeApplication";
94 if (!registerNativeMethods(env, classPathName,
  /external/quake/quake/src/WinQuake/
masterMain.cpp 72 static const char *classPathName = "com/android/quake/QuakeLib";
110 if (!registerNativeMethods(env, classPathName,
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 214 static const char *classPathName = "android/opengl/GLES10Ext";
225 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
com_google_android_gles_jni_EGLImpl.cpp 514 static const char *classPathName = "com/google/android/gles_jni/EGLImpl";
558 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...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /external/jhead/
main.c 718 static const char *classPathName = "android/media/ExifInterface";
755 return jniRegisterNativeMethods(env, classPathName,
  /external/neven/
FaceDetector_jni.cpp 279 static const char *classPathName = "android/media/FaceDetector";
292 _env, classPathName, methods, NELEM(methods));
  /frameworks/base/opengl/tools/glgen/src/
GenerateGL.java 75 String classPathName = "com/google/android/gles_jni/GLImpl";
137 new Jsr239CodeEmitter(classPathName,
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1332 milliseconds