/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-android.c | 46 Java_com_example_SanAngeles_DemoRenderer_nativeInit( JNIEnv* env ) in Java_com_example_SanAngeles_DemoRenderer_nativeInit() 56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h ) in Java_com_example_SanAngeles_DemoRenderer_nativeResize() 65 Java_com_example_SanAngeles_DemoRenderer_nativeDone( JNIEnv* env ) in Java_com_example_SanAngeles_DemoRenderer_nativeDone() 75 Java_com_example_SanAngeles_DemoGLSurfaceView_nativePause( JNIEnv* env ) in Java_com_example_SanAngeles_DemoGLSurfaceView_nativePause() 91 Java_com_example_SanAngeles_DemoRenderer_nativeRender( JNIEnv* env ) in Java_com_example_SanAngeles_DemoRenderer_nativeRender()
|
/development/pdk/pndk/samples/samplejni/ |
D | native.cpp | 5 add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() 20 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods() 41 static int registerNatives(JNIEnv* env) in registerNatives() 58 JNIEnv* env; member 67 JNIEnv* env = NULL; in JNI_OnLoad() local
|
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 25 add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() 40 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods() 63 static int registerNatives(JNIEnv* env) in registerNatives() 81 JNIEnv* env; member 90 JNIEnv* env = NULL; in JNI_OnLoad() local
|
/development/samples/BrowserPlugin/jni/ |
D | jni-bridge.cpp | 28 static void surfaceCreated(JNIEnv* env, jobject thiz, jint npp, jobject surface) { in surfaceCreated() 39 static void surfaceChanged(JNIEnv* env, jobject thiz, jint npp, jint format, jint width, jint heigh… in surfaceChanged() 51 static void surfaceDestroyed(JNIEnv* env, jobject thiz, jint npp) { in surfaceDestroyed() 72 JNIEnv* env = NULL; in JNI_OnLoad() local
|
D | PluginObject.cpp | 53 JNIEnv* env = NULL; in setContext() local
|
D | main.cpp | 138 JNIEnv* env = (JNIEnv*)java_env; in NP_Initialize() local
|
/development/apps/Term/jni/ |
D | termExec.cpp | 130 static jobject android_os_Exec_createSubProcess(JNIEnv *env, jobject clazz, in android_os_Exec_createSubProcess() 187 static void android_os_Exec_setPtyWindowSize(JNIEnv *env, jobject clazz, in android_os_Exec_setPtyWindowSize() 207 static int android_os_Exec_waitFor(JNIEnv *env, jobject clazz, in android_os_Exec_waitFor() 218 static void android_os_Exec_close(JNIEnv *env, jobject clazz, jobject fileDescriptor) in android_os_Exec_close() 233 static int register_FileDescriptor(JNIEnv *env) in register_FileDescriptor() 274 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods() 297 static int registerNatives(JNIEnv* env) in registerNatives() 315 JNIEnv* env; member 323 JNIEnv* env = NULL; in JNI_OnLoad() local
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
D | native-audio-jni.c | 143 void Java_com_example_nativeaudio_NativeAudio_createEngine(JNIEnv* env, jclass clazz) in Java_com_example_nativeaudio_NativeAudio_createEngine() 185 void Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer(JNIEnv* env, in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer() 238 jboolean Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer(JNIEnv* env, jclass clazz, in Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer() 295 void Java_com_example_nativeaudio_NativeAudio_setPlayingUriAudioPlayer(JNIEnv* env, in Java_com_example_nativeaudio_NativeAudio_setPlayingUriAudioPlayer() 314 jboolean Java_com_example_nativeaudio_NativeAudio_enableReverb(JNIEnv* env, jclass clazz, in Java_com_example_nativeaudio_NativeAudio_enableReverb() 336 jboolean Java_com_example_nativeaudio_NativeAudio_selectClip(JNIEnv* env, jclass clazz, jint which, in Java_com_example_nativeaudio_NativeAudio_selectClip() 391 jboolean Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer(JNIEnv* env, jclass clazz, in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer() 456 void Java_com_example_nativeaudio_NativeAudio_setPlayingAssetAudioPlayer(JNIEnv* env, in Java_com_example_nativeaudio_NativeAudio_setPlayingAssetAudioPlayer() 475 jboolean Java_com_example_nativeaudio_NativeAudio_createAudioRecorder(JNIEnv* env, jclass clazz) in Java_com_example_nativeaudio_NativeAudio_createAudioRecorder() 526 void Java_com_example_nativeaudio_NativeAudio_startRecording(JNIEnv* env, jclass clazz) in Java_com_example_nativeaudio_NativeAudio_startRecording() [all …]
|
/development/samples/BrowserPlugin/jni/video/ |
D | VideoPlugin.cpp | 72 JNIEnv* env = NULL; in getSurface() local 99 JNIEnv* env = NULL; in destroySurface() local
|
/development/ndk/samples/hello-jni/jni/ |
D | hello-jni.c | 27 Java_com_example_hellojni_HelloJni_stringFromJNI( JNIEnv* env, in Java_com_example_hellojni_HelloJni_stringFromJNI()
|
/development/ndk/samples/two-libs/jni/ |
D | second.c | 21 Java_com_example_twolibs_TwoLibs_add( JNIEnv* env, in Java_com_example_twolibs_TwoLibs_add()
|
/development/samples/BrowserPlugin/jni/paint/ |
D | PaintPlugin.cpp | 99 JNIEnv* env = NULL; in getCanvas() local 134 JNIEnv* env = NULL; in releaseCanvas() local 232 JNIEnv* env = NULL; in getSurface() local 263 JNIEnv* env = NULL; in destroySurface() local
|
/development/samples/BrowserPlugin/jni/background/ |
D | BackgroundPlugin.cpp | 93 JNIEnv* env = NULL; in getSurface() local 120 JNIEnv* env = NULL; in destroySurface() local 149 JNIEnv* env = NULL; in drawPlugin() local 471 JNIEnv* env = NULL; in test_loadJavaClass() local
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 176 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint widt… in Java_com_android_gl2jni_GL2JNILib_init() 181 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * env, jobject obj) in Java_com_android_gl2jni_GL2JNILib_step()
|
/development/ndk/platforms/android-5/arch-x86/include/ |
D | fenv.h | 48 #define __get_mxcsr(env) (((env).__mxcsr_hi << 16) | \ argument 50 #define __set_mxcsr(env, x) do { \ argument
|
/development/ndk/samples/hello-neon/jni/ |
D | helloneon.c | 80 Java_com_example_neon_HelloNeon_stringFromJNI( JNIEnv* env, in Java_com_example_neon_HelloNeon_stringFromJNI()
|
/development/ndk/platforms/android-9/include/android/ |
D | native_activity.h | 60 JNIEnv* env; member
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 364 JNIEXPORT void JNICALL Java_com_example_plasma_PlasmaView_renderPlasma(JNIEnv * env, jobject obj, … in Java_com_example_plasma_PlasmaView_renderPlasma()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 865 public void glGetTexEnviv(int env, int pname, int[] params, int offset) { in glGetTexEnviv() 869 public void glGetTexEnviv(int env, int pname, IntBuffer params) { in glGetTexEnviv() 873 public void glGetTexEnvxv(int env, int pname, int[] params, int offset) { in glGetTexEnvxv() 877 public void glGetTexEnvxv(int env, int pname, IntBuffer params) { in glGetTexEnvxv()
|